diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
commit | 9c0dc173cc77c4480ea66866d12021bb609b5deb (patch) | |
tree | 67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /usr.sbin/nslookup | |
parent | 6eee579315c654f5d06b165ce593fa686aeafbb3 (diff) | |
download | src-test2-9c0dc173cc77c4480ea66866d12021bb609b5deb.tar.gz src-test2-9c0dc173cc77c4480ea66866d12021bb609b5deb.zip |
Notes
Diffstat (limited to 'usr.sbin/nslookup')
-rw-r--r-- | usr.sbin/nslookup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/nslookup/Makefile b/usr.sbin/nslookup/Makefile index 4295c990aa8c..bb1f2b3f7f41 100644 --- a/usr.sbin/nslookup/Makefile +++ b/usr.sbin/nslookup/Makefile @@ -8,7 +8,7 @@ LDADD+= -ll CLEANFILES+=lex.yy.o beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/nslookup.help \ - ${DESTDIR}/usr/share/misc + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ + ${.CURDIR}/nslookup.help ${DESTDIR}/usr/share/misc .include <bsd.prog.mk> |