projects
/
dragonfly.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
vquota(8): add a -h flag
[dragonfly.git]
/
sbin
/
vquota
/
Makefile
Commit
Line
Data
6a4c3e18
FT
1
PROG= vquota
2
SRCS= vquota.c
c4d75bef
3
LDADD= -lprop -lutil
6a4c3e18
FT
4
MAN= vquota.8
5
6
.include <bsd.prog.mk>