From f7bf276ff5c4afb3521b2b88eb6fbf58c55d7b1b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 29 Apr 2002 10:28:11 +0000 Subject: [PATCH] Do not override the `install' target. --- 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 fe05a652a27..ff8384f3532 100644 --- a/usr.bin/strip/Makefile +++ b/usr.bin/strip/Makefile @@ -16,7 +16,7 @@ maybe_stripped: strip .endif .endif -install: maninstall +realinstall: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ maybe_stripped ${DESTDIR}${BINDIR}/strip -- 2.45.2