diff options
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 6f2b070deee..d72045fcc95 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/12/14 14:39:44 kei Exp $ +# $NetBSD: Makefile,v 1.10 2001/01/04 22:51:53 simonb Exp $ DISTNAME= bochs-2000_0325a PKGNAME= bochs-2000.03.25a @@ -8,8 +8,6 @@ MASTER_SITES= ftp://bochs.com/bochs/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.bochs.com/ -NOT_FOR_PLATFORM= *-*-alpha #runs, SEGV. - GNU_CONFIGURE= yes USE_GMAKE= yes #CONFIGURE_ARGS= --enable-debugger --enable-disasm |