summaryrefslogtreecommitdiffstats
path: root/usr.sbin/named/tools/ndc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/named/tools/ndc/Makefile')
-rw-r--r--usr.sbin/named/tools/ndc/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/usr.sbin/named/tools/ndc/Makefile b/usr.sbin/named/tools/ndc/Makefile
deleted file mode 100644
index 1283121..0000000
--- a/usr.sbin/named/tools/ndc/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-MAN8= ndc.8
-CLEANFILES+=ndc
-
-PIDDIR=/var/run
-INDOT=
-PS=ps
-IOT=ABRT
-DESTSBIN=${DESTDIR}${BINDIR}
-
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 555 \
- ndc ${DESTDIR}${BINDIR}
-
-all: ndc
-
-ndc: ndc.sh Makefile
- sed -e "s|%DESTSBIN%|${DESTSBIN}|" \
- -e "s|%INDOT%|${INDOT}|" \
- -e "s|%PIDDIR%|${PIDDIR}|" \
- -e "s|%PS%|${PS}|" \
- -e "s|%IOT%|${IOT}|" \
- < ${.CURDIR}/ndc.sh > ndc
-
-.include "${.CURDIR}/../../../Makefile.inc"
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud