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
mqueues: Add support for _SC_MQ_PRIO_MAX in sysconf(3).
[dragonfly.git]
/
usr.bin
/
quota
/
Makefile
blob
ab1bc318e486623a9d088caa4af149360d885621
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $DragonFly: src/usr.bin/quota/Makefile,v 1.3 2007/08/27 16:50:57 pavalos Exp $
3
4
PROG
=
quota
5
BINMODE
=
4555
6
7
DPADD
= ${
LIBRPCSVC
}
8
LDADD
= -
lrpcsvc
9
10
.
include
<
bsd.prog.mk
>