head	1.6;
access;
symbols
	RELENG_2_1_7_RELEASE:1.3.4.1
	RELENG_2_1_6_1_RELEASE:1.3.4.1
	RELENG_2_1_6_RELEASE:1.3.4.1
	RELENG_2_1_5_RELEASE:1.3.4.1
	RELENG_2_1_0_RELEASE:1.3.4.1
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.3
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2;
locks; strict;
comment	@# @;


1.6
date	96.08.29.21.38.03;	author peter;	state dead;
branches;
next	1.5;

1.5
date	95.08.20.21.43.37;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	95.07.25.00.37.31;	author bde;	state Exp;
branches;
next	1.3;

1.3
date	95.05.03.03.26.53;	author rgrimes;	state Exp;
branches
	1.3.4.1;
next	1.2;

1.2
date	94.09.26.23.14.28;	author pst;	state Exp;
branches;
next	1.1;

1.1
date	94.09.22.20.45.24;	author pst;	state Exp;
branches;
next	;

1.3.4.1
date	95.08.30.04.09.02;	author davidg;	state Exp;
branches;
next	1.3.4.2;

1.3.4.2
date	99.09.05.11.44.25;	author peter;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Revert back to building bind-4.9.4-P1 in seperate directories...
@
text
@#	@@(#)Makefile	5.1 (Berkeley) 5/28/90
#	$Id: Makefile,v 1.5 1995/08/20 21:43:37 peter Exp peter $

MAN8=	named.restart.8
CLEANFILES+=named.restart

PIDDIR=/var/run
INDOT=
DESTSBIN=${DESTDIR}${DESTBIN}

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

all: named.restart

named.restart: named.restart.sh Makefile
	sed -e "s|%INDOT%|${INDOT}|" \
	    -e "s|%DESTSBIN%|${BINDIR}|" \
	    < ${.CURDIR}/named.restart.sh > named.restart

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


1.5
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
@d2 1
a2 1
#	$Id: Makefile,v 1.4 1995/07/25 00:37:31 bde Exp $
@


1.4
log
@Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1995/05/03 03:26:53 rgrimes Exp $
d9 1
d18 1
a18 2
	sed -e "s|%PIDDIR%|${PIDDIR}|" \
	    -e "s|%INDOT%|${INDOT}|" \
@


1.3
log
@Put $Id$ on all of these.

Correct Makefile so that we build during all: and only install for
make install.

If /etc/sysconfig exists source it to get the flags for restarting
named with.  If /etc/sysconfig says no named runs, don't try to start one.

Don't attempt to kill anything if we can not find the named.pid file.

Reviewed by:	Nickolay N. Dudorov <nnd@@gw.itfs.nsk.su>
@
text
@d2 1
a2 1
#	$Id$
d11 1
a11 1
	install -c -o ${BINOWN} -g ${BINGRP} -m 555 \
@


1.3.4.1
log
@Brought in changes from main branch: update to BIND 4.9.3-beta24
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1995/05/03 03:26:53 rgrimes Exp $
a8 1
DESTSBIN=${DESTDIR}${DESTBIN}
d11 1
a11 1
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
d17 2
a18 1
	sed -e "s|%INDOT%|${INDOT}|" \
@


1.3.4.2
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.2
log
@Enable new bind utilities.
@
text
@d2 1
d10 1
a10 1
beforeinstall:	named.restart
d13 2
@


1.1
log
@Port BIND to FreeBSD.
@
text
@d11 1
a11 1
	    ${.CURDIR}/named.restart ${DESTDIR}${BINDIR}
d17 1
a17 1
	    < named.restart.sh > named.restart
@
