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.bin
/
rup
/
Makefile
blob
088aaae922d7fd8583f417a231f59c0ae92e7805
1
# $NetBSD: Makefile,v 1.7 2007/05/28 12:06:30 tls Exp $
2
3
USE_FORT?
=
yes
# network client
4
5
PROG
=
rup
6
7
DPADD
= ${
LIBRPCSVC
}
8
LDADD
= -
lrpcsvc
9
10
.
include
<
bsd.prog.mk
>