Update files for OpenSSL-1.0.1e import.
[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>