freebsd-dev/usr.sbin/named.restart/Makefile
Peter Wemm 32112b0956 These are no longer shipped with bind, but are a well established
interface that's simple to maintain.
1998-05-03 05:11:52 +00:00

20 lines
483 B
Makefile

# $Id: Makefile,v 1.4 1997/02/22 16:08:11 peter Exp $
.include "${.CURDIR}/../named/Makefile.inc"
MAN8= named.restart.8
CLEANFILES+= named.restart
all: named.restart
realinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
named.restart ${DESTDIR}${BINDIR}
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>