Subject: Re: CVS commit: src/sbin/resize_lfs
To: None <source-changes@netbsd.org>
From: Geoff Wing <mason@primenet.com.au>
List: source-changes
Date: 09/06/2006 07:39:57
Jeff Rizzo <riz@netbsd.org> typed:
: Module Name:	src
: Committed By:	riz
: Date:		Tue Sep  5 19:46:14 UTC 2006
: Modified Files:
: 	src/sbin/resize_lfs: Makefile resize_lfs.c
: Log Message:
: Deal with wedges and the new disk geometry structures, instead of using
: struct disklabel.  (Shrinking a file system still seems to have problems,
: though, independent of this change)
:
: cvs rdiff -r1.1 -r1.2 src/sbin/resize_lfs/Makefile
: cvs rdiff -r1.3 -r1.4 src/sbin/resize_lfs/resize_lfs.c

I think you need this:

--- Makefile.org	2006-09-06 17:19:46.000000000 +1000
+++ Makefile	2006-09-06 17:38:25.000000000 +1000
@@ -1,5 +1,7 @@
 #	$NetBSD: Makefile,v 1.2 2006/09/05 19:46:14 riz Exp $
 
+.include <bsd.own.mk>
+
 PROG=resize_lfs
 SRCS=resize_lfs.c partutil.c
 MAN=resize_lfs.8


Regards,
Geoff