Merge branches 'hammer2' and 'master' of ssh://crater.dragonflybsd.org/repository...
[dragonfly.git] / sbin / vquota / Makefile
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>