summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authoragc <agc>1998-04-14 07:54:09 +0000
committeragc <agc>1998-04-14 07:54:09 +0000
commit64af91aa97bc54423d94f2eb65f474fb0cdc38af (patch)
treed3d0e2c5201ad2fe808398bdb4d92b9e02ed6557 /mk
parentd8aab49dd1375692327b72c7f28fb98779c89c03 (diff)
downloadpkgsrc-64af91aa97bc54423d94f2eb65f474fb0cdc38af.tar.gz
Moved bsd.port.mk and bsd.port.subdir.mk into the pkgsrc tree, by
CVS repository copy magick. Add a Makefile so that these files can be installed properly. This Makefile was derived from that in src/share/mk.
Diffstat (limited to 'mk')
-rw-r--r--mk/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/mk/Makefile b/mk/Makefile
new file mode 100644
index 00000000000..bdd36bc7f5e
--- /dev/null
+++ b/mk/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 1998/04/14 07:54:09 agc Exp $
+#
+# Derived from src/share/mk/Makefile:
+# @(#)Makefile 8.1 (Berkeley) 6/8/93
+
+FILES= bsd.port.mk bsd.port.subdir.mk
+FILESDIR=/usr/share/mk
+NOOBJ= noobj
+
+BINMODE=444
+
+.include <bsd.prog.mk>