repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nrelease: Clean up a bit the 'clean' target
[dragonfly.git]
/
usr.bin
/
rup
/
Makefile
blob
a674c0db70c7ce1ea5e54267e266846d4c3df3c9
1
# $FreeBSD: src/usr.bin/rup/Makefile,v 1.4.2.1 2001/04/25 11:29:37 ru Exp $
2
3
PROG
=
rup
4
5
DPADD
= ${
LIBRPCSVC
}
6
LDADD
= -
lrpcsvc
7
8
NO_WCAST_FUNCTION_TYPE
=
9
10
.
include
<
bsd.prog.mk
>