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]
/
sbin
/
rtsol
/
Makefile
blob
b52058a453abb1f0d7d39a5515e303a61c147d4c
1
# $NetBSD: Makefile,v 1.12 2003/09/06 12:56:43 itojun Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
rtsol
8
SRCS
=
rtsold.c rtsol.c if.c probe.c rtsock.c
9
10
CPPFLAGS
+=-
DSMALL
-
DUSE_RTSOCK
11
12
#MAN= rtsold.8
13
14
.PATH
: ${
NETBSDSRCDIR
}/
usr.sbin
/
rtsold
15
16
LDADD
+= -
lutil
17
DPADD
+= ${
LIBUTIL
}
18
19
.
include
<
bsd.prog.mk
>