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
/
udpstat
/
Makefile
blob
07c321ed31be309c8afeb8abc1c392b1daea92b1
1
PROG
=
udpstat
2
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
servers
-
D
'ARGS(a)=a'
3
MAN
=
4
5
# LSC Force inet.h to use sys/ioc_net.h
6
CPPFLAGS
+= -
D__NBSD_LIBC
7
8
.
include
<
bsd.prog.mk
>