From d92a0c0bde0045f5357ae9f6dd12ec05f9d62e5f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 27 Mar 2001 15:14:49 +0000 Subject: [PATCH] Do not override the ``install'' target. --- usr.bin/xinstall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 50fafa8e0cd..5b681b92b7b 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -4,7 +4,7 @@ PROG= xinstall MAN= install.1 -install: maninstall +realinstall: ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${PROG} ${DESTDIR}${BINDIR}/install