diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-09-04 22:35:27 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-09-04 22:35:27 +0000 |
commit | cee425927c07f8069d4a703da6c9dfaca4cdb1eb (patch) | |
tree | 4b7340b1187f12740fa86dca0ea52745ae6fe7cd /usr.bin/xinstall/Makefile | |
parent | c78417231805fb62bcf9acd6977a3b7c6862a6b6 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=2496
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r-- | usr.bin/xinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 1e15e50ab86b..85fa80169e01 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 |