diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 14:17:23 +0000 |
commit | 9f23196c427eddb59bd454053a732e7cfebcb459 (patch) | |
tree | cbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/xinstall/Makefile | |
parent | 5c64522858e96e82287b3b310862033f51fcc8f5 (diff) |
Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.
Notes
Notes:
svn path=/head/; revision=1637
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 69de3ab13bd7..83cc8e0ffbba 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -5,7 +5,7 @@ SRCS= stat_flags.c xinstall.c MAN1= install.0 .PATH: ${.CURDIR}/../../bin/ls -install: maninstall +install: install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${PROG} ${DESTDIR}${BINDIR}/install |