Makefile revision 86994
1# $FreeBSD: head/usr.sbin/extattrctl/Makefile 86994 2001-11-27 18:58:56Z jedgar $
2
3PROG=	extattrctl
4WARNS?=	2
5MAN=	extattrctl.8
6
7.include <bsd.prog.mk>
8