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
Improve the process for GNU tools
[minix3.git]
/
minix
/
commands
/
tcpdp
/
Makefile
blob
957bd5c7d480d5f434119b96b92a901cfbaa2340
1
.
include
<
bsd.own.mk
>
2
3
PROG
=
tcpdp
4
.PATH
: ${
NETBSDSRCDIR
}/
minix
/
commands
/
tcpd
5
SRCS
=
tcpd.c
6
CPPFLAGS
+= -
DPARANOID
=
1
7
MAN
=
8
9
.
include
<
bsd.prog.mk
>