2001-05-27 17:11:19 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2001/05/27 21:11:19 aaron Exp $
|
1997-11-30 03:33:18 -05:00
|
|
|
|
1998-05-20 03:29:23 -04:00
|
|
|
SUBDIR += bochs
|
o take over maintainership
o too many changes to mention specifically, but amongst them:
- better error reporting
- openbsd boots, freebsd boots
- new 'term' flavor, I added a textmode interface, the only drawback
is that control-c is intercepted, and you must kill -9 it from
another tty if it doesn't exit normally
- new flavors:
- debugger -> debug (for shortness)
- i386
- pci
- smp
- net (compiles, does not yet provide networking, if anyone
wants to help, I'd be ELATED to have this fixed!)
- no_x11 (made it actually work)
- term (make sure to use 'log: /dev/null' or something else
on the cmdline, otherwise, debugging and the screen will
start getting quite confusing!)
- better error reporting (and no error reporting where it is not
necessary; a typicall boot of cdrom28.fs is a screenful of output now)
- in general, if the hardware reaches an unknown state, fail
gracefully instead of calling exit(1) .. are we trying to work or
are we trying to .. fail? I like working myself.
2001-02-02 11:59:05 -05:00
|
|
|
SUBDIR += bochs:debug
|
2000-07-07 10:31:05 -04:00
|
|
|
SUBDIR += frodo
|
1999-12-20 15:03:00 -05:00
|
|
|
SUBDIR += freebsd_lib
|
2001-04-12 22:10:10 -04:00
|
|
|
SUBDIR += ines
|
2001-04-12 06:17:37 -04:00
|
|
|
SUBDIR += mastergear
|
2001-02-16 13:28:50 -05:00
|
|
|
SUBDIR += redhat_base
|
1998-11-12 08:19:03 -05:00
|
|
|
SUBDIR += simh
|
2001-05-27 17:11:19 -04:00
|
|
|
SUBDIR += snes9x
|
2001-04-12 04:58:45 -04:00
|
|
|
SUBDIR += vgb
|
1997-11-30 03:33:18 -05:00
|
|
|
SUBDIR += wine
|
|
|
|
SUBDIR += x48
|
1998-08-31 20:03:17 -04:00
|
|
|
SUBDIR += xcopilot
|
2001-04-04 10:35:00 -04:00
|
|
|
SUBDIR += xmame
|
1997-11-30 03:33:18 -05:00
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|