xref: /netbsd-src/usr.sbin/quot/Makefile (revision e73fcb7199121480334c29e2a5ea7943ff25dc79)
1#	$NetBSD: Makefile,v 1.6 2011/03/06 23:41:47 christos Exp $
2
3WARNS?=	4
4
5PROG=	quot
6MAN=	quot.8
7
8.include <bsd.prog.mk>
9