diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:03:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-13 00:03:31 +0000 |
commit | 1793b09287ce5a24f3a861fb87a9480fb95b6b5f (patch) | |
tree | 035a4f7015caf0754c3fdc1cecc264e45b0ee148 /emulators/Makefile | |
parent | New Makefile with bonnie, iozone, lmbench and tcpblast. Welcome to (diff) |
Added cpmtools, hfs, mtools, pcemu, vmsbackup and wine.
Notes
Notes:
svn path=/head/; revision=1954
Diffstat (limited to 'emulators/Makefile')
-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> |