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
efi - Add EFI run-time ABI support (2)
[dragonfly.git]
/
usr.bin
/
rup
/
Makefile
blob
fb616da42856eb50b284911d131c9738f5ae1006
1
# $FreeBSD: src/usr.bin/rup/Makefile,v 1.4.2.1 2001/04/25 11:29:37 ru Exp $
2
# $DragonFly: src/usr.bin/rup/Makefile,v 1.4 2007/08/27 16:50:58 pavalos Exp $
3
4
PROG
=
rup
5
6
DPADD
= ${
LIBRPCSVC
}
7
LDADD
= -
lrpcsvc
8
9
.
include
<
bsd.prog.mk
>