freebsd-dev/usr.sbin/pcvt/vttest/Makefile
Brooks Davis c22d511680 Remove -traditional from CFLAGS and add unistd.h to header.h so this
actually compiles.  Hopefully, this code didn't rely on some weird
side effect of -traditional.
2001-07-27 04:40:04 +00:00

9 lines
91 B
Makefile

# $FreeBSD$
PROG= vttest
SRCS= main.c esc.c
CFLAGS+= -DUSEMYSTTY
.include <bsd.prog.mk>