minix/commands/udpstat/Makefile

6 lines
93 B
Makefile
Raw Normal View History

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