summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nslookup
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-12-17 16:21:59 +0000
committerru <ru@FreeBSD.org>2001-12-17 16:21:59 +0000
commit0005151aeb603201fbcb4b7b696d1926f010086e (patch)
tree7d9a8261bed6e09b66c51dbd451d0972e3006303 /usr.sbin/nslookup
parentaa219a0e7b7ab2b4277131e05fc7e55142b5ca94 (diff)
downloadFreeBSD-src-0005151aeb603201fbcb4b7b696d1926f010086e.zip
FreeBSD-src-0005151aeb603201fbcb4b7b696d1926f010086e.tar.gz
Install files via FILES.
Diffstat (limited to 'usr.sbin/nslookup')
-rw-r--r--usr.sbin/nslookup/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile
index 6a8acaa..0ed4fc2 100644
--- a/usr.sbin/nslookup/Makefile
+++ b/usr.sbin/nslookup/Makefile
@@ -16,9 +16,7 @@ CFLAGS+= -I${.CURDIR}/../../contrib/bind/bin/nslookup
LDADD+= -ll -ledit -ltermcap
DPADD+= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
-beforeinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${BIND_DIR}/bin/nslookup/nslookup.help \
- ${DESTDIR}${DESTHELP}/nslookup.help
+FILES= nslookup.help
+FILESDIR= ${DESTHELP}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud