kernel: More adjustments to fix -Wint-in-bool-context warnings.
[dragonfly.git] / sbin / vquota / Makefile
blob461d3c7dd9663acae9c125ab0fdf32142e0b61c2
1 PROG= vquota
2 MAN= vquota.8
4 LDADD= -lprop -lutil
5 DPADD= ${LIBPROP} ${LIBUTIL}
7 .include <bsd.prog.mk>