From 8fe9172d6420bac1642896608d1587e714c60453 Mon Sep 17 00:00:00 2001 From: gallatin Date: Sat, 2 Dec 2000 04:17:19 +0000 Subject: introduce support for static compilation of the osf/1 module via the COMPAT_OSF1 option --- sys/conf/options.alpha | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sys/conf/options.alpha') diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha index 7d53c37..d6e2b75 100644 --- a/sys/conf/options.alpha +++ b/sys/conf/options.alpha @@ -68,3 +68,9 @@ KBDIO_DEBUG opt_kbd.h # Clock options CLK_USE_I8254_CALIBRATION opt_clock.h TIMER_FREQ opt_clock.h + +# Options for emulators. These should only be used at config time, so +# they are handled like options for static file systems +# (see src/sys/conf/options), except for broken debugging options. +COMPAT_OSF1 opt_dontuse.h + -- cgit v1.1