summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-30 14:17:23 +0000
commit0b8115bc8201811304d67582a3e9233720e169e5 (patch)
treecbc76bb7378182b40bb7ac82490598cf9234b40d /usr.bin/xinstall/Makefile
parent42c679066f289340c246e0bf28b82da1da7afefa (diff)
downloadFreeBSD-src-0b8115bc8201811304d67582a3e9233720e169e5.zip
FreeBSD-src-0b8115bc8201811304d67582a3e9233720e169e5.tar.gz
Cleanup so that make install can run, many install: maninstall changed
to just install:, sperious targets and CLEANFILES removed.
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 69de3ab..83cc8e0 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
OpenPOWER on IntegriCloud