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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
usr.sbin
/
traceroute6
/
Makefile
blob
f26fe7158cf6a1ea8825b882927c9078995a42bd
1
# $NetBSD: Makefile,v 1.7 2007/05/28 12:06:42 tls Exp $
2
3
WARNS?
=
1
# XXX -Wshadow -Wcast-qual -Wsign-compare
4
5
USE_FORT?
=
yes
# network client
6
7
PROG
=
traceroute6
8
MAN
=
traceroute6.8
9
10
BINMODE
=
4555
11
BINOWN
=
root
12
13
CPPFLAGS
+=-
DINET6
-
DIPSEC
14
CPPFLAGS
+=-
DUSE_RFC3542
15
LDADD
+= -
lipsec
16
DPADD
+= ${
LIBIPSEC
}
17
18
CPPFLAGS
+=-
DHAVE_POLL
19
20
.
include
<
bsd.prog.mk
>