9 lines
131 B
Makefile
9 lines
131 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2005/08/28 19:37:59 thorpej Exp $
|
||
|
|
||
|
PROG= extattrctl
|
||
|
MAN= extattrctl.8
|
||
|
|
||
|
WARNS?= 3
|
||
|
|
||
|
.include <bsd.prog.mk>
|