NetBSD/usr.sbin/ypserv/ypinit
christos 26dfd4a9a0 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)
2001-07-03 18:15:06 +00:00
..
Makefile
Makefile.main
Makefile.yp Fix bogus awk + sed combination to handle continuations and empty lines. 2001-07-03 18:15:06 +00:00
ypinit.8
ypinit.sh use mktemp(1) as appropriate 2001-06-18 11:21:54 +00:00