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]
/
usr.sbin
/
ndp
/
Makefile
blob
74c8f17b7962b187b5cea1a378e7cb355185f64f
1
# $NetBSD: Makefile,v 1.6 2007/05/28 12:06:38 tls Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
USE_FORT?
=
yes
# network client
6
7
.PATH
: ${
NETBSDSRCDIR
}/
dist
/
tcpdump
8
9
PROG
=
ndp
10
SRCS
=
ndp.c gmt2local.c
11
MAN
=
ndp
.8
12
13
CPPFLAGS
+=-
DINET6
14
CPPFLAGS
+=-
I.
-
I
${
NETBSDSRCDIR
}/
dist
/
tcpdump
15
16
.
include
<
bsd.prog.mk
>