NetBSD/usr.sbin/named/reload/Makefile
gwr 10e180cc49 Back out the .PATH.c changes. The .depend problem (and others)
will be fixed using the new .NOPATH make feature instead.
1997-05-08 21:11:01 +00:00

21 lines
492 B
Makefile

# $NetBSD: Makefile,v 1.10 1997/05/08 21:12:42 gwr Exp $
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:46 vixie Exp
.PATH: ${.CURDIR}/../man
all: named.reload
CLEANFILES+= named.reload
MAN= named.reload.8
FILES= named.reload
FILESMODE= ${BINMODE}
named.reload: named.reload.sh Makefile ${.CURDIR}/../Makefile.inc
rm -f $@
sed -e "s|%DESTSBIN%|${BINDIR}|" \
-e "s|%INDOT%||" \
< ${.CURDIR}/named.reload.sh > $@
chmod +x $@
.include "../../Makefile.inc"
.include <bsd.prog.mk>