aboutsummaryrefslogtreecommitdiff
path: root/emulators/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-13 00:03:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-13 00:03:31 +0000
commit1793b09287ce5a24f3a861fb87a9480fb95b6b5f (patch)
tree035a4f7015caf0754c3fdc1cecc264e45b0ee148 /emulators/Makefile
parent7d4de36022ae6567b5fbd5406926ee46e0576e15 (diff)
downloadports-1793b09287ce5a24f3a861fb87a9480fb95b6b5f.tar.gz
ports-1793b09287ce5a24f3a861fb87a9480fb95b6b5f.zip
Added cpmtools, hfs, mtools, pcemu, vmsbackup and wine.
Notes
Notes: svn path=/head/; revision=1954
Diffstat (limited to 'emulators/Makefile')
-rw-r--r--emulators/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile
index 065f4089b66f..05765a1e525a 100644
--- a/emulators/Makefile
+++ b/emulators/Makefile
@@ -1,6 +1,12 @@
-# $Id: Makefile,v 1.19 1995/06/21 20:39:49 asami Exp $
+# $Id: Makefile,v 1.1 1995/07/01 08:07:18 asami Exp $
#
SUBDIR += cpmemu
+ SUBDIR += cpmtools
+ SUBDIR += hfs
+ SUBDIR += mtools
+ SUBDIR += pcemu
+ SUBDIR += vmsbackup
+ SUBDIR += wine
.include <bsd.port.subdir.mk>