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.17;	author peter;	state dead;
branches;
next	1.1;

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

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


desc
@@


1.2
log
@kill these, they were declared a bad idea.
@
text
@# $Id: Makefile,v 1.1 1996/08/29 19:42:58 peter Exp peter $

.include "${.CURDIR}/../Makefile.inc"

.PATH:	${BIND_DIR}/named
.PATH:	${BIND_DIR}/man

BINDIR=	${DESTSBIN}
MAN8=	named.reload.8
CLEANFILES+= named.reload

all:	named.reload

realinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} named.reload \
		${DESTDIR}${BINDIR}

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

.include <bsd.prog.mk>
@


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
@@
