From b2c804d82ba931680fa7d21aa2c636a9d35d33fa Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 26 Apr 1993 03:35:05 +0000 Subject: [PATCH] Define `realinstall' target, not `install', and let bsd.prog.mk do dependencies. --- usr.bin/strip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/strip/Makefile b/usr.bin/strip/Makefile index 4be0ad828586..fa920fabd86a 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -2,7 +2,7 @@ PROG= strip -install: maninstall +realinstall: install -c -o ${BINOWN} -g ${BINOWN} -m ${BINMODE} strip \ ${DESTDIR}${BINDIR} ./strip ${DESTDIR}${BINDIR}/strip