From 0f9b873be70639d5fdd77424d33fa90febb27a42 Mon Sep 17 00:00:00 2001 From: "Rodney W. Grimes" Date: Tue, 9 May 1995 10:12:16 +0000 Subject: [PATCH] Change install: to afterinstall: to be more consistent. --- share/mk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/Makefile b/share/mk/Makefile index 8e993337bf5..f652575ce63 100644 --- a/share/mk/Makefile +++ b/share/mk/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5 1994/09/14 21:59:27 wollman Exp $ +# $Id: Makefile,v 1.6 1995/01/03 06:32:10 bde Exp $ # From: @(#)Makefile 8.1 (Berkeley) 6/8/93 FILES= bsd.README @@ -10,7 +10,7 @@ NOOBJ= noobj all clean cleandir depend lint tags: -install: +afterinstall: install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \ ${DESTDIR}${BINDIR}/mk