head	1.3;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.2.1
	RELENG_2_1_6_1_RELEASE:1.1.2.1
	RELENG_2_1_6_RELEASE:1.1.2.1
	RELENG_2_1_5_RELEASE:1.1.2.1
	RELENG_2_1_0_RELEASE:1.1.2.1
	RELENG_2_1_0:1.1.0.2;
locks; strict;
comment	@# @;


1.3
date	96.08.29.21.38.07;	author peter;	state dead;
branches;
next	1.2;

1.2
date	95.09.27.20.13.28;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	95.08.20.21.43.53;	author peter;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	95.10.06.10.48.50;	author davidg;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Revert back to building bind-4.9.4-P1 in seperate directories...
@
text
@MAN8=	ndc.8
CLEANFILES+=ndc

PIDDIR=/var/run
INDOT=
PS=ps
IOT=ABRT
DESTSBIN=${DESTDIR}${BINDIR}

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
	    ndc ${DESTDIR}${BINDIR}

all: ndc

ndc: ndc.sh Makefile
	sed -e "s|%DESTSBIN%|${DESTSBIN}|" \
	    -e "s|%INDOT%|${INDOT}|" \
	    -e "s|%PIDDIR%|${PIDDIR}|" \
	    -e "s|%PS%|${PS}|" \
	    -e "s|%IOT%|${IOT}|" \
	    < ${.CURDIR}/ndc.sh > ndc

.include "${.CURDIR}/../../../Makefile.inc"
.include <bsd.prog.mk>
@


1.2
log
@Change unknown IOT to known ABRT (signal names)
@
text
@@


1.1
log
@Update 4.9.3.b9p1 tools to 4.9.3.b24
Note: new program, "ndc", similar to gated's gdc.  This provides a superset
of named.reload and named.restart.
@
text
@d7 1
a7 1
IOT=IOT
@


1.1.2.1
log
@Sync with main branch.
@
text
@d7 1
a7 1
IOT=ABRT
@
