diff options
author | bde <bde@FreeBSD.org> | 1994-08-20 08:25:00 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1994-08-20 08:25:00 +0000 |
commit | 5342954dd1c28f615856c621ce2fad2eec392a09 (patch) | |
tree | a8de7a65750f92550c09cc55704aae6db7e87702 /share | |
parent | 8976797149f8d06e115c26c37311b50b98d3115e (diff) | |
download | FreeBSD-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')
-rw-r--r-- | share/mk/Makefile | 3 |
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> |