summaryrefslogtreecommitdiff
path: root/usr.sbin/named/nslookup
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:00:09 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:00:09 +0000
commit7b12c8734d7e8c4ce180c40d12c579291d401a9e (patch)
treec4eaf5c2a6c77de1fe90742f5c9dd236a5e1a8d0 /usr.sbin/named/nslookup
parentea883c36316a8d2e4d3f02515b53427aa82ada27 (diff)
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'usr.sbin/named/nslookup')
-rw-r--r--usr.sbin/named/nslookup/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/named/nslookup/Makefile b/usr.sbin/named/nslookup/Makefile
index 74b34bb34a0..2169d4a10f4 100644
--- a/usr.sbin/named/nslookup/Makefile
+++ b/usr.sbin/named/nslookup/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.2 1996/12/08 15:00:00 downsj Exp $
# $NetBSD: Makefile,v 1.1 1996/02/02 15:29:56 mrg Exp $
# from: $Id: Makefile,v 8.1 1994/12/15 06:23:48 vixie Exp
@@ -13,7 +14,7 @@ CLEANFILES+= commands.c lex.yy.c lex.yy.o
MAN= nslookup.8
beforeinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
${.CURDIR}/../nslookup/nslookup.help \
${DESTDIR}/usr/share/misc/nslookup.help