Home | History | Annotate | Line # | Download | only in extattrctl
Makefile revision 1.1
      1  1.1  thorpej #	$NetBSD: Makefile,v 1.1 2005/08/28 19:37:59 thorpej Exp $
      2  1.1  thorpej 
      3  1.1  thorpej PROG=	extattrctl
      4  1.1  thorpej MAN=	extattrctl.8
      5  1.1  thorpej 
      6  1.1  thorpej WARNS?=	3
      7  1.1  thorpej 
      8  1.1  thorpej .include <bsd.prog.mk>
      9