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]
/
distrib
/
utils
/
x_netstat
/
Makefile
blob
596e094c43321d88eacc4efa8f126458f9b90d5c
1
# $NetBSD: Makefile,v 1.9 2001/10/05 01:17:31 jmc Exp $
2
3
SRCDIR
= ${
.CURDIR
}/
..
/
..
/
..
/
usr.bin
/
netstat
4
5
PROG
=
netstat
6
NOMAN
=
# defined
7
8
SRCS
=
if.c inet.c main.c mbuf.c route.c
9
10
CPPFLAGS
+= -
DSMALL
-
I
${
SRCDIR
}
11
DPADD
= ${
LIBKVM
}
12
LDADD
= -
lkvm
13
14
.
include
<
bsd.prog.mk
>
15
16
BINOWN
=
root
17
BINMODE
=
4555
18
.PATH
: ${
SRCDIR
}