minix/commands/tcpstat/Makefile

6 lines
93 B
Makefile

PROG= tcpstat
CPPFLAGS+= -I${MINIXSRCDIR}/servers -D'ARGS(a)=a'
MAN=
.include <bsd.prog.mk>