summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index 69de3ab..d21abef 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -2,11 +2,11 @@
PROG= xinstall
SRCS= stat_flags.c xinstall.c
-MAN1= install.0
+MAN1= install.1
.PATH: ${.CURDIR}/../../bin/ls
install: maninstall
- install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${PROG} ${DESTDIR}${BINDIR}/install
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud