summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-01 08:07:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-01 08:07:18 +0000
commit78eb1fe689fb97bae6cd9d31dbf675cfa283db92 (patch)
tree328ac70f6624ba4871bb1039c5894bbae7259e11 /emulators
parentChange name of executable and package to cpmemu, to avoid confusion (diff)
New Makefile for a new category. Currently contains cpmemu only.
Notes
Notes: svn path=/head/; revision=1901
Diffstat (limited to 'emulators')
-rw-r--r--emulators/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
new file mode 100644
index 000000000000..065f4089b66f
--- /dev/null
+++ b/emulators/Makefile
@@ -0,0 +1,6 @@
+# $Id: Makefile,v 1.19 1995/06/21 20:39:49 asami Exp $
+#
+
+ SUBDIR += cpmemu
+
+.include <bsd.port.subdir.mk>