]> Zhao Yanbai Git Server - minix.git/commitdiff
Add missing share/mk/Makefile
authorArun Thomas <arun@minix3.org>
Sat, 26 Jun 2010 08:01:30 +0000 (08:01 +0000)
committerArun Thomas <arun@minix3.org>
Sat, 26 Jun 2010 08:01:30 +0000 (08:01 +0000)
share/mk/Makefile [new file with mode: 0644]

diff --git a/share/mk/Makefile b/share/mk/Makefile
new file mode 100644 (file)
index 0000000..ecd7d67
--- /dev/null
@@ -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>