xref: /freebsd/usr.sbin/chkgrp/Makefile (revision 7bd6fde3)
1# $FreeBSD$
2
3PROG=	chkgrp
4MAN=	chkgrp.8
5
6WARNS?=	2
7
8.include <bsd.prog.mk>
9