Subject: CVS commit: src/usr.sbin/ipf
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/31/2004 00:34:32
Module Name:	src
Committed By:	lukem
Date:		Wed Mar 31 00:34:32 UTC 2004

Modified Files:
	src/usr.sbin/ipf/ipf: Makefile
	src/usr.sbin/ipf/ipftest: Makefile
	src/usr.sbin/ipf/ipmon: Makefile
	src/usr.sbin/ipf/ipnat: Makefile
	src/usr.sbin/ipf/ippool: Makefile
	src/usr.sbin/ipf/ipsend: Makefile

Log Message:
Simplify `bar.c: bar.y' (et al) rules by moving header dependencies which
bar.o (not bar.c) needs to DPSRCS, and using {.ALLSRC} in the target now
that only bar.y is a source.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/usr.sbin/ipf/ipf/Makefile
cvs rdiff -r1.26 -r1.27 src/usr.sbin/ipf/ipftest/Makefile
cvs rdiff -r1.19 -r1.20 src/usr.sbin/ipf/ipmon/Makefile
cvs rdiff -r1.21 -r1.22 src/usr.sbin/ipf/ipnat/Makefile
cvs rdiff -r1.5 -r1.6 src/usr.sbin/ipf/ippool/Makefile
cvs rdiff -r1.22 -r1.23 src/usr.sbin/ipf/ipsend/Makefile

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