9 lines
154 B
Makefile
9 lines
154 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/04/26 05:57:48 lukem Exp $
|
|
|
|
WARNS?= 3 # XXX: sign-compare issues
|
|
|
|
PROG=resize_ffs
|
|
MAN=resize_ffs.8
|
|
|
|
.include <bsd.prog.mk>
|