xref: /dragonfly/usr.sbin/repquota/Makefile (revision 1de703da)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: src/usr.sbin/repquota/Makefile,v 1.2.14.2 2002/03/15 22:18:25 mikeh Exp $
3# $DragonFly: src/usr.sbin/repquota/Makefile,v 1.2 2003/06/17 04:30:02 dillon Exp $
4
5PROG=	repquota
6WARNS?=	2
7MAN=	repquota.8
8
9.include <bsd.prog.mk>
10