diff options
author | ru <ru@FreeBSD.org> | 2001-12-17 16:21:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-12-17 16:21:59 +0000 |
commit | 0005151aeb603201fbcb4b7b696d1926f010086e (patch) | |
tree | 7d9a8261bed6e09b66c51dbd451d0972e3006303 /usr.sbin/nslookup | |
parent | aa219a0e7b7ab2b4277131e05fc7e55142b5ca94 (diff) | |
download | FreeBSD-src-0005151aeb603201fbcb4b7b696d1926f010086e.zip FreeBSD-src-0005151aeb603201fbcb4b7b696d1926f010086e.tar.gz |
Install files via FILES.
Diffstat (limited to 'usr.sbin/nslookup')
-rw-r--r-- | usr.sbin/nslookup/Makefile | 6 |
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> |