diff options
author | dfr <dfr@FreeBSD.org> | 2001-09-29 11:45:33 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2001-09-29 11:45:33 +0000 |
commit | 9a54c41456c391d387c1b37b8bcbd42adfcb1cb6 (patch) | |
tree | 32a5508fbc1bbd505451adc89b0a679c2ed588f9 | |
parent | f531655b8e669cb0a60c90236fbd2bcc3f0c623e (diff) | |
download | FreeBSD-src-9a54c41456c391d387c1b37b8bcbd42adfcb1cb6.zip FreeBSD-src-9a54c41456c391d387c1b37b8bcbd42adfcb1cb6.tar.gz |
Support for SKI is now an option.
-rw-r--r-- | sys/ia64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 2e80c38..25704c5 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -32,6 +32,7 @@ maxusers 32 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE +options SKI #Support for HP simulator options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem |