Add missing share/mk/Makefile

This commit is contained in:
Arun Thomas 2010-06-26 08:01:30 +00:00
parent 2793cb097b
commit 2fc2748c5a

18
share/mk/Makefile Normal file
View file

@ -0,0 +1,18 @@
NOOBJ= # defined
.include <bsd.own.mk>
.if ${MKSHARE} != "no"
FILES= bsd.ack.mk bsd.dep.mk bsd.files.mk \
bsd.gcc.mk bsd.inc.mk \
bsd.init.mk bsd.kinc.mk bsd.klinks.mk \
bsd.lib.mk bsd.links.mk bsd.man.mk bsd.obj.mk bsd.own.mk \
bsd.prog.mk bsd.subdir.mk bsd.sys.mk \
sys.mk
FILESDIR=/usr/share/mk
.endif
FILESMODE=444
.include <bsd.prog.mk>