repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
<sys/ioccom.h>, <sys/ioctl.h>
[minix3.git]
/
commands
/
tcpdp
/
Makefile
blob
0e8bb9c47afead7222563d9a3c742f1212996516
1
.
include
<
bsd.own.mk
>
2
3
PROG
=
tcpdp
4
SRCS
=
tcpd.c
5
CPPFLAGS
+= -
DPARANOID
=
1
6
MAN
=
7
8
.PATH
: ${
NETBSDSRCDIR
}/
commands
/
tcpd
9
10
.
include
<
bsd.prog.mk
>