summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-09 10:12:16 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-09 10:12:16 +0000
commitad1c9f159a269f4ea8c033501b71aaeb906225b8 (patch)
tree276b84901dadaef145923bc3c67e4a40c144df9b /share
parent34164c8be6c6b96ebea33001631a362e1cdbed78 (diff)
downloadFreeBSD-src-ad1c9f159a269f4ea8c033501b71aaeb906225b8.zip
FreeBSD-src-ad1c9f159a269f4ea8c033501b71aaeb906225b8.tar.gz
Change install: to afterinstall: to be more consistent.
Diffstat (limited to 'share')
-rw-r--r--share/mk/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud