summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named.restart/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/named.restart/Makefile')
-rw-r--r--usr.sbin/named.restart/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/usr.sbin/named.restart/Makefile b/usr.sbin/named.restart/Makefile
index 8c52d21..e974bf8 100644
--- a/usr.sbin/named.restart/Makefile
+++ b/usr.sbin/named.restart/Makefile
@@ -2,14 +2,10 @@
.include "${.CURDIR}/../named/Makefile.inc"
-MAN= named.restart.8
-CLEANFILES+= named.restart
-
-all: named.restart
-
-realinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
- named.restart ${DESTDIR}${BINDIR}
+SCRIPTS= named.restart
+MAN= named.restart.8
+CLEANFILES+= ${SCRIPTS}
+SCRIPTSNAME= ${SCRIPTS}
named.restart: named.restart.sh ${BIND_DIR}/Makefile
sed -e "s|%INDOT%|${INDOT}|" \
OpenPOWER on IntegriCloud