- bsd.dep.mk and bsd.own.mk have been required for some time. Install them.

- Install with group BINGRP, not BINOWN.
This commit is contained in:
Bruce Evans 1994-08-20 08:25:00 +00:00
parent ad780a968f
commit ed575421e9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2146

View File

@ -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>