diff --git a/share/mk/Makefile b/share/mk/Makefile new file mode 100644 index 000000000..ecd7d67c2 --- /dev/null +++ b/share/mk/Makefile @@ -0,0 +1,18 @@ +NOOBJ= # defined + +.include + +.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