diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-03 02:47:36 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-03 02:47:36 +0000 |
commit | 00fbe073a4fdb9ca2f354b249d2723e6c14fc0e1 (patch) | |
tree | 8775521989097aa736d55c6e01b092fb571e6a70 /emulators/Makefile | |
parent | 8128d115f0d4e9164864aea4a4308df135f0cc58 (diff) | |
download | ports-00fbe073a4fdb9ca2f354b249d2723e6c14fc0e1.tar.gz ports-00fbe073a4fdb9ca2f354b249d2723e6c14fc0e1.zip |
added sim6811
Notes
Notes:
svn path=/head/; revision=2220
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 880ea3fa9849..3f19b9fc8a50 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1995/07/13 00:03:31 asami Exp $ +# $Id: Makefile,v 1.3 1995/08/19 08:20:11 asami Exp $ # SUBDIR += cpmemu @@ -6,6 +6,7 @@ SUBDIR += hfs SUBDIR += mtools SUBDIR += pcemu + SUBDIR += sim6811 SUBDIR += tkhfs SUBDIR += vmsbackup SUBDIR += wine |