From 0005151aeb603201fbcb4b7b696d1926f010086e Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 17 Dec 2001 16:21:59 +0000 Subject: Install files via FILES. --- usr.sbin/nslookup/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin/nslookup') 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 -- cgit v1.1