xref: /netbsd/usr.sbin/quot/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.5 2009/04/22 15:23:07 lukem Exp $
2
3WARNS?=	3	# XXX -Wsign-compare
4
5PROG=	quot
6MAN=	quot.8
7
8.include <bsd.prog.mk>
9