diff options
author | asami <asami@FreeBSD.org> | 1995-11-14 13:01:55 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-11-14 13:01:55 +0000 |
commit | e68c8e165b40d68d6032a02453bf5969345291c5 (patch) | |
tree | 25268a2902847aeab13af2d56286d4d75ba2ef8e /emulators/Makefile | |
parent | 54648ca1b32b4f8f55652058a42a3b8e3386db4f (diff) | |
download | FreeBSD-ports-e68c8e165b40d68d6032a02453bf5969345291c5.zip FreeBSD-ports-e68c8e165b40d68d6032a02453bf5969345291c5.tar.gz |
Add linux_lib.
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 3f19b9f..6c6d82d 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 |