diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-11-15 19:30:58 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-11-15 19:30:58 +0000 |
commit | 171c958ea0a5684568b60ed5b5321361b0516594 (patch) | |
tree | 7148ff46fb9733d6be4b6449f5163818e3b3a4cd /emulators/Makefile | |
parent | Modernize the Makefile. (diff) |
attach new ports
Notes
Notes:
svn path=/head/; revision=4495
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1fddfc49b4da..91c2a4a4ac15 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,15 +1,18 @@ -# $Id: Makefile,v 1.5 1995/11/14 13:01:55 asami Exp $ +# $Id: Makefile,v 1.6 1996/10/30 09:41:12 asami Exp $ # SUBDIR += cpmemu SUBDIR += cpmtools SUBDIR += hfs + SUBDIR += ines SUBDIR += linux_lib + SUBDIR += mastergear SUBDIR += mtools SUBDIR += pcemu SUBDIR += sim6811 SUBDIR += spim SUBDIR += tkhfs + SUBDIR += vgb SUBDIR += vmsbackup SUBDIR += wine SUBDIR += x48 |