From ed575421e9489120e12ccc6ca510a78a7dd889e2 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 20 Aug 1994 08:25:00 +0000 Subject: [PATCH] - bsd.dep.mk and bsd.own.mk have been required for some time. Install them. - Install with group BINGRP, not BINOWN. --- share/mk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/mk/Makefile b/share/mk/Makefile index d284ff268d6..bce3b3be2df 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