freebsd-dev/usr.sbin/named.restart/Makefile
2001-04-07 11:21:35 +00:00

16 lines
350 B
Makefile

# $FreeBSD$
.include "${.CURDIR}/../named/Makefile.inc"
SCRIPTS= named.restart
MAN= named.restart.8
CLEANFILES+= ${SCRIPTS}
SCRIPTSNAME= ${SCRIPTS}
named.restart: named.restart.sh ${BIND_DIR}/Makefile
sed -e "s|%INDOT%|${INDOT}|" \
-e "s|%DESTSBIN%|${DESTSBIN}|" \
< ${.CURDIR}/named.restart.sh > named.restart
.include <bsd.prog.mk>