minix/commands/tcpdp/Makefile

11 lines
142 B
Makefile
Raw Normal View History

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