mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 23:15:10 -04:00
6 lines
93 B
Makefile
6 lines
93 B
Makefile
|
|
PROG= vttest
|
|
CFLAGS+= -traditional -DUSEMYSTTY
|
|
SRCS= main.c esc.c
|
|
|
|
.include <bsd.prog.mk>
|