summaryrefslogtreecommitdiffstats
path: root/share/mk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/Makefile')
-rw-r--r--share/mk/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/mk/Makefile b/share/mk/Makefile
new file mode 100644
index 0000000..d284ff2
--- /dev/null
+++ b/share/mk/Makefile
@@ -0,0 +1,12 @@
+# @(#)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
+NOOBJ= noobj
+
+all clean cleandir depend lint tags:
+
+install:
+ install -c -o ${BINOWN} -g ${BINOWN} -m 444 ${FILES} \
+ ${DESTDIR}${BINDIR}/mk
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud