David van Moolenbroek d8fe673e11 commands: resolve compiler warnings
Change-Id: I95f0d0c48f998d4d950a0800eedd5fbbf2e50423
2015-09-21 21:47:39 +00:00

10 lines
144 B
Makefile

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