summaryrefslogtreecommitdiffstats
path: root/share/mk/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-20 08:25:00 +0000
committerbde <bde@FreeBSD.org>1994-08-20 08:25:00 +0000
commit5342954dd1c28f615856c621ce2fad2eec392a09 (patch)
treea8de7a65750f92550c09cc55704aae6db7e87702 /share/mk/Makefile
parent8976797149f8d06e115c26c37311b50b98d3115e (diff)
downloadFreeBSD-src-5342954dd1c28f615856c621ce2fad2eec392a09.zip
FreeBSD-src-5342954dd1c28f615856c621ce2fad2eec392a09.tar.gz
- bsd.dep.mk and bsd.own.mk have been required for some time. Install them.
- Install with group BINGRP, not BINOWN.
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r--share/mk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
index d284ff2..bce3b3b 100644
--- a/share/mk/Makefile
+++ b/share/mk/Makefile
@@ -1,12 +1,13 @@
# @(#)Makefile 8.1 (Berkeley) 6/8/93
FILES= bsd.doc.mk bsd.lib.mk bsd.man.mk bsd.prog.mk bsd.subdir.mk sys.mk
+FILES+= bsd.dep.mk bsd.own.mk
NOOBJ= noobj
all clean cleandir depend lint tags:
install:
- install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FILES} \
${DESTDIR}${BINDIR}/mk
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud