repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git]
/
usr.bin
/
sockstat
/
Makefile
blob
37b487560a73a6edb4d022752688dc088648d975
1
# $NetBSD: Makefile,v 1.1 2005/03/09 05:20:05 atatat Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
PROG
=
sockstat
6
7
.if
(${
USE_INET6
} !=
"no"
)
8
CPPFLAGS
+=-
DINET6
9
.
endif
10
11
.
include
<
bsd.prog.mk
>