diff --git a/share/mk/Makefile b/share/mk/Makefile index d284ff268d6a..bce3b3be2dff 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