NetBSD/sbin/resize_ffs/Makefile
riz d765f2d25b Add support for byteswapped file systems (big-endian on little-endian
host, and vice versa), to fix PR#44203.

Add support for growing (but not yet shrinking) UFS2 file systems.  Partially
addresses PR#44205.

While I'm here, reformat the code for closer adherence to KNF.

Fairly extensive testing was performed, using the shortly-to-be-committed
updated ATF tests.  Patch posted to tech-userlevel on 21 December 2010,
no comments.
2011-01-05 02:18:15 +00:00

14 lines
241 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/01/05 02:18:15 riz Exp $
.include <bsd.own.mk>
WARNS?= 3 # XXX: sign-compare issues
PROG=resize_ffs
MAN=resize_ffs.8
SRCS=resize_ffs.c ffs_bswap.c
.PATH: ${NETBSDSRCDIR}/sys/ufs/ffs
.include <bsd.prog.mk>