head	1.2;
access;
symbols
	bind_4_9_4_p1:1.1.1.1
	VIXIE:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.08.29.22.19.20;	author peter;	state dead;
branches;
next	1.1;

1.1
date	96.08.29.19.42.59;	author peter;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.08.29.19.42.59;	author peter;	state Exp;
branches;
next	;


desc
@@


1.2
log
@kill these, they were declared a bad idea.
@
text
@# $Id: awkedit,v 1.1 1996/08/29 19:42:59 peter Exp peter $
NR == 3 {
	print "# If there is a global system configuration file, suck it in."
	print "if [ -f /etc/sysconfig ]; then"
	print "\t. /etc/sysconfig"
	print "fi\n"
}
{
	if ($1 == "named") {
		printf "\t\t# $namedflags is imported from /etc/sysconfig\n"
		printf "\t\tif [ \"X${namedflags}\" != \"XNO\" ]; then\n"
		printf "\t\t\tnamed ${namedflags} && {\n"
		getline
		printf "\t%s\n", $0
		getline
		printf "\t%s\n", $0
		getline
		printf "\t%s\n", $0
		printf "\t\tfi\n"
	} else {
		gsub(":/usr/ucb:", ":", $0);
		print;
	}
}
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id$
@


1.1.1.1
log
@Import some bmake glue for bind-4.9.4-p1.

This is based on Paul Vixie's makefiles, but some of it doesn't look much
like it now.
@
text
@@
