c22d511680
actually compiles. Hopefully, this code didn't rely on some weird side effect of -traditional.
9 lines
91 B
Makefile
9 lines
91 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= vttest
|
|
SRCS= main.c esc.c
|
|
|
|
CFLAGS+= -DUSEMYSTTY
|
|
|
|
.include <bsd.prog.mk>
|