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
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
route6d
/
Makefile
blob
28021200c6226bfc3c15d392fe550a3bfbfae253
1
# $NetBSD: Makefile,v 1.6 2002/05/29 23:11:13 itojun Exp $
2
3
USE_FORT?
=
yes
# network server
4
5
PROG
=
route6d
6
MAN
=
route6d
.8
7
8
CPPFLAGS
+=-
DINET6
9
10
LDADD
+= -
lutil
11
DPADD
+= ${
LIBUTIL
}
12
13
.
include
<
bsd.prog.mk
>