summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-09-04 22:35:27 +0000
committerats <ats@FreeBSD.org>1994-09-04 22:35:27 +0000
commit911bec5ce266934f5335897c94f32a557fe32474 (patch)
tree4b7340b1187f12740fa86dca0ea52745ae6fe7cd /usr.bin/xinstall/Makefile
parent915907cc03d01b8accea60735a1245bd0f17feee (diff)
downloadFreeBSD-src-911bec5ce266934f5335897c94f32a557fe32474.zip
FreeBSD-src-911bec5ce266934f5335897c94f32a557fe32474.tar.gz
Reviewed by:
Submitted by: Get the man page installed. Does anyone know the reason for the name xinstall instead of install for this directory ? Would life more easy to get this whole thing under install.
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 1e15e50..85fa801 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -5,7 +5,7 @@ SRCS= stat_flags.c xinstall.c
MAN1= install.1
.PATH: ${.CURDIR}/../../bin/ls
-install:
+install: maninstall
install ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${PROG} ${DESTDIR}${BINDIR}/install
OpenPOWER on IntegriCloud