diff options
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 1169a540435..585f4e4a0e8 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.1 1998/09/06 06:51:04 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:36 garbled Exp $ DISTNAME= bochs-980707a CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ +NOT_FOR_ARCHS= alpha #runs, SEGV. + MAINTAINER= root@garbled.net HOMEPAGE= http://world.std.com/~bochs/ |