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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
distrib
/
utils
/
x_ping6
/
Makefile
blob
64f0cea7f814cc171c382d94992ca9acf4848aac
1
# $NetBSD: Makefile,v 1.9 2006/05/06 00:02:48 rpaulo Exp $
2
# Build ping6 without IPSEC
3
4
SRCDIR
= ${
.CURDIR
}/
..
/
..
/
..
/
sbin
/
ping6
5
6
PROG
=
ping6
7
NOMAN
=
# defined
8
9
CPPFLAGS
+= -
I
${
SRCDIR
} -
DINET6
10
11
# KAME scope id hack
12
CPPFLAGS
+= -
DKAME_SCOPEID
13
14
LDADD
+= -
lm
15
DPADD
+= ${
LIBM
}
16
17
.
include
<
bsd.prog.mk
>
18
19
.PATH
: ${
SRCDIR
}