diff options
-rw-r--r-- | emulators/Makefile | 8 |
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> |