From ad1c9f159a269f4ea8c033501b71aaeb906225b8 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Tue, 9 May 1995 10:12:16 +0000 Subject: Change install: to afterinstall: to be more consistent. --- share/mk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/mk/Makefile b/share/mk/Makefile index 8e99333..f652575 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 -- cgit v1.1