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
Add acpi_asus(4) module for adding Asus laptop support to ACPI.
[dragonfly.git]
/
usr.bin
/
rusers
/
Makefile
blob
9e317fa487aa8b9b811d75bb523a453e6999a185
1
# $FreeBSD: src/usr.bin/rusers/Makefile,v 1.4.2.1 2001/04/25 11:29:37 ru Exp $
2
# $DragonFly: src/usr.bin/rusers/Makefile,v 1.3 2007/08/27 16:50:58 pavalos Exp $
3
4
PROG
=
rusers
5
6
DPADD
= ${
LIBRPCSVC
}
7
LDADD
= -
lrpcsvc
8
9
.
include
<
bsd.prog.mk
>