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
kernel - Overhaul namecache operations to reduce SMP contention
[dragonfly.git]
/
sbin
/
vquota
/
Makefile
blob
3e34fa160b603fb5cd7ec7c578c7336093879435
1
PROG
=
vquota
2
SRCS
=
vquota.c
3
MAN
=
vquota
.8
4
5
LDADD
= -
lprop
-
lutil
6
DPADD
= ${
LIBPROP
} ${
LIBUTIL
}
7
8
.
include
<
bsd.prog.mk
>