minix/commands/tcpdp/Makefile
2010-05-12 16:28:54 +00:00

11 lines
142 B
Makefile

.include <minix.own.mk>
PROG= tcpdp
SRCS= tcpd.c
CPPFLAGS+= -DPARANOID=1
MAN=
.PATH: ${MINIXSRCDIR}/commands/tcpd
.include <minix.prog.mk>