repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add opendir alias
[minix.git]
/
commands
/
tcpstat
/
Makefile
blob
37d1233577a7a783697109beb5ca7d8fee48b031
1
PROG
=
tcpstat
2
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
servers
-
D
'ARGS(a)=a'
3
4
# LSC Force inet.h to use ioc_net.h
5
CPPFLAGS
+= -
D__NBSD_LIBC
6
MAN
=
7
8
.
include
<
bsd.prog.mk
>