From 611500ba98984ed5415e721879fc8e1ad7e6fb14 Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 3 Oct 1999 10:35:03 +0000 Subject: [PATCH] Restore -traditional compilation Submitted by: bde --- usr.sbin/pcvt/vttest/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr.sbin/pcvt/vttest/Makefile b/usr.sbin/pcvt/vttest/Makefile index a8f05389a610..440962e60eed 100644 --- a/usr.sbin/pcvt/vttest/Makefile +++ b/usr.sbin/pcvt/vttest/Makefile @@ -1,9 +1,7 @@ -# # $FreeBSD$ -# PROG= vttest -CFLAGS+= -DUSEMYSTTY +CFLAGS+= -traditional -DUSEMYSTTY SRCS= main.c esc.c .include