summaryrefslogtreecommitdiff
path: root/usr.sbin/quot/Makefile
blob: 2f32c8f2df8bf9722a282ec5e34d7c800fb93780 (plain)
1
2
3
4
5
6
7
8
9
.include <src.opts.mk>

PROG=	quot
MAN=	quot.8
LIBADD=	ufs util
HAS_TESTS=
SUBDIR.${MK_TESTS}=     tests

.include <bsd.prog.mk>