xref: /dragonfly/usr.sbin/repquota/Makefile (revision cf89a63b)
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.3 2005/01/17 01:49:24 cpressey Exp $
4
5PROG=	repquota
6MAN=	repquota.8
7
8.include <bsd.prog.mk>
9