xref: /freebsd/usr.sbin/quot/Makefile (revision d0b2dbfa)
1
2PROG=	quot
3MAN=	quot.8
4LIBADD=	ufs
5
6WARNS?=	2
7
8.include <bsd.prog.mk>
9