summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/xlint
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-02-06 23:36:16 +0000
committerwosch <wosch@FreeBSD.org>1996-02-06 23:36:16 +0000
commit890f3797399e68330f6ac977afcaac1010eac77f (patch)
tree0af5fb432416517265d7a97bf951bff3936a66d8 /usr.bin/xlint/xlint
parent87d671feafea37304e7919071efc77258e440682 (diff)
downloadFreeBSD-src-890f3797399e68330f6ac977afcaac1010eac77f.zip
FreeBSD-src-890f3797399e68330f6ac977afcaac1010eac77f.tar.gz
replace 'install' with ${INSTALL}
Diffstat (limited to 'usr.bin/xlint/xlint')
-rw-r--r--usr.bin/xlint/xlint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/xlint/Makefile b/usr.bin/xlint/xlint/Makefile
index c172fc4..35fea3f 100644
--- a/usr.bin/xlint/xlint/Makefile
+++ b/usr.bin/xlint/xlint/Makefile
@@ -9,7 +9,7 @@ MAN1= lint.1
CFLAGS+=-I${.CURDIR}/../lint1
realinstall:
- install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${PROG} ${DESTDIR}${BINDIR}/lint
OpenPOWER on IntegriCloud