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
libc: Fix up MLINKS for the recent upgrade of vis.3 and unvis.3.
[dragonfly.git]
/
sbin
/
vquota
/
Makefile
blob
461d3c7dd9663acae9c125ab0fdf32142e0b61c2
1
PROG
=
vquota
2
MAN
=
vquota
.8
3
4
LDADD
= -
lprop
-
lutil
5
DPADD
= ${
LIBPROP
} ${
LIBUTIL
}
6
7
.
include
<
bsd.prog.mk
>