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]
/
sbin
/
ping6
/
Makefile
blob
d1af07443100a187bcc9cd405bd5ae0f2cf3073a
1
# $NetBSD: Makefile,v 1.11 2006/05/07 16:00:18 rpaulo Exp $
2
3
USE_FORT?
=
yes
# setuid
4
PROG
=
ping6
5
MAN
=
ping6.8
6
7
BINOWN
=
root
8
BINMODE
=
4555
9
10
CPPFLAGS
+=-
DINET6
11
CPPFLAGS
+=-
DIPSEC
12
13
LDADD
+= -
lipsec
-
lm
14
DPADD
+= ${
LIBIPSEC
} ${
LIBM
}
15
16
.
include
<
bsd.prog.mk
>