summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-27 15:14:49 +0000
committerru <ru@FreeBSD.org>2001-03-27 15:14:49 +0000
commit17f756a033567100d1690f161ecfd5e528de48a1 (patch)
tree78584c6dbe427ac0cb5d9136d130a0b2b43e124b /usr.bin/xinstall/Makefile
parent87ed4c32b37933deafa63230dc0fb9e41a67fed4 (diff)
downloadFreeBSD-src-17f756a033567100d1690f161ecfd5e528de48a1.zip
FreeBSD-src-17f756a033567100d1690f161ecfd5e528de48a1.tar.gz
Do not override the ``install'' target.
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index 50fafa8..5b681b9 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -4,7 +4,7 @@
PROG= xinstall
MAN= install.1
-install: maninstall
+realinstall:
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${PROG} ${DESTDIR}${BINDIR}/install
OpenPOWER on IntegriCloud