mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
actually compiles. Hopefully, this code didn't rely on some weird side effect of -traditional.
8 lines
91 B
Makefile
8 lines
91 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= vttest
|
|
SRCS= main.c esc.c
|
|
|
|
CFLAGS+= -DUSEMYSTTY
|
|
|
|
.include <bsd.prog.mk>
|