aboutsummaryrefslogtreecommitdiff
path: root/emulators/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-10-30 09:41:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-10-30 09:41:12 +0000
commit0012bbd450cf64124d8965ffa35e9b903fb9e138 (patch)
treefc00abb667bfe4a0ee742b98be61c6495745a964 /emulators/Makefile
parentb8140056d05dda07f6ba5acf41898766df98ad5e (diff)
downloadports-0012bbd450cf64124d8965ffa35e9b903fb9e138.tar.gz
ports-0012bbd450cf64124d8965ffa35e9b903fb9e138.zip
Add spim and x48.
Forgotten by: obrien and erich :)
Notes
Notes: svn path=/head/; revision=4196
Diffstat (limited to 'emulators/Makefile')
-rw-r--r--emulators/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 6c6d82de4f65..1fddfc49b4da 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 1995/10/03 02:47:36 erich Exp $
+# $Id: Makefile,v 1.5 1995/11/14 13:01:55 asami Exp $
#
SUBDIR += cpmemu
@@ -8,8 +8,10 @@
SUBDIR += mtools
SUBDIR += pcemu
SUBDIR += sim6811
+ SUBDIR += spim
SUBDIR += tkhfs
SUBDIR += vmsbackup
SUBDIR += wine
+ SUBDIR += x48
.include <bsd.port.subdir.mk>