1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Restore -traditional compilation

Submitted by: bde
This commit is contained in:
Marcel Moolenaar 1999-10-03 10:35:03 +00:00
parent d71408a5d7
commit 7bde11602e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51902

View File

@ -1,9 +1,7 @@
#
# $FreeBSD$
#
PROG= vttest
CFLAGS+= -DUSEMYSTTY
CFLAGS+= -traditional -DUSEMYSTTY
SRCS= main.c esc.c
.include <bsd.prog.mk>