NetBSD/usr.sbin/ypserv
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
..
common Rewrite this to use getaddrinfo(), and to use the canonical name of the 2000-12-09 00:47:57 +00:00
makedbm convert to use getprogname() 2001-02-19 23:22:40 +00:00
mkalias convert to use getprogname() 2001-02-19 23:22:40 +00:00
mknetid convert to use getprogname() 2001-02-19 23:22:40 +00:00
revnetgroup convert to use getprogname() 2001-02-19 23:22:40 +00:00
stdethers convert to use getprogname() 2001-02-19 23:22:40 +00:00
stdhosts convert to use getprogname() 2001-02-19 23:22:40 +00:00
ypinit Fix bogus awk + sed combination to handle continuations and empty lines. 2001-07-03 18:15:06 +00:00
yppush convert to use getprogname() 2001-02-19 23:22:40 +00:00
ypserv `existent', not `existant' 2001-06-19 13:42:07 +00:00
yptest convert to use getprogname() 2001-02-19 23:22:40 +00:00
ypxfr convert to use getprogname() 2001-02-19 23:22:40 +00:00
Makefile convert to using .WAIT 2001-01-09 03:13:39 +00:00
Makefile.inc Use PRINTOBJDIR. 2001-01-07 08:00:54 +00:00