diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-14 13:01:55 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-14 13:01:55 +0000 |
commit | 1d1efcb4209d175bde8c223a7a7d32d5d7702f8b (patch) | |
tree | f7890721e60c54b2b52de65a41ae0f5ca094d46b /emulators | |
parent | 7cd6a55ea4692a612f10150fedef2a295bbb45e6 (diff) | |
download | ports-1d1efcb4209d175bde8c223a7a7d32d5d7702f8b.tar.gz ports-1d1efcb4209d175bde8c223a7a7d32d5d7702f8b.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 3f19b9fc8a50..6c6d82de4f65 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.3 1995/08/19 08:20:11 asami Exp $ +# $Id: Makefile,v 1.4 1995/10/03 02:47:36 erich Exp $ # SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += hfs + SUBDIR += linux_lib SUBDIR += mtools SUBDIR += pcemu SUBDIR += sim6811 |