Subject: CVS commit: basesrc/usr.sbin/ypserv/ypinit
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/03/2001 21:15:07
Module Name:	basesrc
Committed By:	christos
Date:		Tue Jul  3 18:15:07 UTC 2001

Modified Files:
	basesrc/usr.sbin/ypserv/ypinit: Makefile.yp

Log Message:
Fix bogus awk + sed combination to handle continuations and empty lines.
It broke a sequence of:

	key1 \
		value1 \
		value2 \
		value3 \

	key2 \
		value4 \

	etc.

Handle both the netgroup rule and the amd.home rule using a .USEBEFORE
macro rule, since they contain the same code.
XXX: Needs new make(1)


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 basesrc/usr.sbin/ypserv/ypinit/Makefile.yp

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