Add a vquota(8) utility
[dragonfly.git] / sbin / vquota / Makefile
1 PROG=   vquota
2 SRCS=   vquota.c
3 MAN=    vquota.8
4
5 .include <bsd.prog.mk>