.include <bsd.own.mk>

PROG=	tcpdp
.PATH: ${NETBSDSRCDIR}/minix/commands/tcpd
SRCS=	tcpd.c
CPPFLAGS+= -DPARANOID=1
MAN=

.include <bsd.prog.mk>
