diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-03 16:01:13 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-03 16:01:13 +0000 |
commit | c2882b977a88d151e5812057b4e4c78f0e9bc1ca (patch) | |
tree | 31b14cf5e96a4a78585597be347fb07671feaceb /emulators/bochs/Makefile | |
parent | add a post-install target to show pkg/MESSAGE (diff) |
Support bochs's internal debugger.
Submitted by: jhb
Notes
Notes:
svn path=/head/; revision=25460
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 16ac136dd751..3e8c2f5aad57 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -22,6 +22,10 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-cpu-level=4 --enable-vga \ --with-x11 --prefix=${PREFIX} +.ifdef(WANT_DEBUGGER) +CONFIGURE_ARGS+= --enable-debugger --enable-disasm +.endif + WRKSRC= ${WRKDIR}/bochs-${DATE}a RESTRICTED= "Commercial software" |