summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named.restart/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-29 21:48:19 +0000
committerpeter <peter@FreeBSD.org>1996-08-29 21:48:19 +0000
commit38c55c3ac6043445eaedfef40c87fb3be8f9fc6d (patch)
tree7073c2fdb92b11d82e44da18d66d289b841ea669 /usr.sbin/named.restart/Makefile
parent0b5f1a43075a3c428d8719f59b619c1b7dba363a (diff)
downloadFreeBSD-src-38c55c3ac6043445eaedfef40c87fb3be8f9fc6d.zip
FreeBSD-src-38c55c3ac6043445eaedfef40c87fb3be8f9fc6d.tar.gz
build bind-4.9.4-P1 named.restart in it's own directory
Diffstat (limited to 'usr.sbin/named.restart/Makefile')
-rw-r--r--usr.sbin/named.restart/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/usr.sbin/named.restart/Makefile b/usr.sbin/named.restart/Makefile
new file mode 100644
index 0000000..cf15a9f
--- /dev/null
+++ b/usr.sbin/named.restart/Makefile
@@ -0,0 +1,22 @@
+# $Id$
+
+.include "${.CURDIR}/../named/Makefile.inc"
+
+.PATH: ${BIND_DIR}/named
+.PATH: ${BIND_DIR}/man
+
+MAN8= named.restart.8
+CLEANFILES+= named.restart
+
+all: named.restart
+
+realinstall:
+ ${INSTALL} -c -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}|" \
+ < ${BIND_DIR}/named/named.restart.sh > named.restart
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud