diff options
author | Alexander Langer <alex@FreeBSD.org> | 1998-11-03 02:26:39 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 1998-11-03 02:26:39 +0000 |
commit | 73aa06edbfd1cbe01386e76c25dd401ef9a18740 (patch) | |
tree | b42f14926e100280e3cb51e173f42ed1ef7e8393 /emulators/bochs/Makefile | |
parent | Make sure that this properly finds all installed libraries and headers. (diff) |
Upgrade to bochs-981102b.
Submitted by: msmith
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index db9e58ded29e..a13a1b410bd7 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -3,14 +3,14 @@ # Date created: 16 December 1997 # Whom: alex # -# $Id: Makefile,v 1.10 1998/06/07 09:32:33 dburr Exp $ +# $Id: Makefile,v 1.11 1998/09/11 15:40:16 alex Exp $ # -VGABIOS= VGABIOS-elpin-2.00A -BIOS= BIOS-bochs-980331a -DATE= 980513 +VGABIOS= VGABIOS-elpin-2.20 +BIOS= BIOS-bochs-980717a +DATE= 981102 -DISTNAME= bochs-${DATE}a +DISTNAME= bochs-${DATE}b CATEGORIES= emulators MASTER_SITES= ftp://ftp.bochs.com/pub/ |