Subject: CVS commit: src/usr.sbin/ipf
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 04/03/2004 22:16:27
Module Name:	src
Committed By:	he
Date:		Sat Apr  3 22:16:27 UTC 2004

Modified Files:
	src/usr.sbin/ipf: Makefile.inc
	src/usr.sbin/ipf/ipfstat: Makefile
	src/usr.sbin/ipf/ipnat: Makefile
	src/usr.sbin/ipf/ippool: Makefile

Log Message:
Move kvm library spec to Makefile.inc, so that it gets specified
after the ipf library, since the ipf library depends on some functions
from the kvm library.

Fixes a build problem observed when building for sun2 (though I
won't claim understanding why this doesn't show up elsewhere).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/usr.sbin/ipf/Makefile.inc
cvs rdiff -r1.17 -r1.18 src/usr.sbin/ipf/ipfstat/Makefile
cvs rdiff -r1.22 -r1.23 src/usr.sbin/ipf/ipnat/Makefile
cvs rdiff -r1.6 -r1.7 src/usr.sbin/ipf/ippool/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.