Index: oldkernel/linux/ibcs/CONFIG.i386
diff -u linux/ibcs/CONFIG.i386:1.1.1.1 linux/ibcs/CONFIG.i386:1.2
--- linux/ibcs/CONFIG.i386:1.1.1.1	Wed May 31 12:41:32 2000
+++ linux/ibcs/CONFIG.i386	Thu Jun  1 17:18:04 2000
@@ -11,7 +11,7 @@
 # source tree of the kernel you are running (or intend to load
 # it in). More specifically it must be built against the include
 # and config files belonging to the relevant kernel.
-KERNEL=/usr/src/linux
+KERNEL=
 
 # If you intend to run on a multiprocessor SMP system you will need
 # this enabled. You need to set this correctly. An SMP iBCS module
@@ -22,7 +22,7 @@
 # will not load. Coincidentally the 2.1 Linux kernel also defaults
 # to SMP so those who don't read the docs will probably get something
 # that works.
-SMP=yes
+SMP=
 
 # If you want to use versioned symbol names in an attempt to allow the
 # iBCS module to load against other, compatible kernel versions enable
@@ -32,7 +32,7 @@
 # *same* kernel version. I don't know why. I don't recommend you use
 # this option if you build several slightly different kernels for
 # different machines/purposes.
-USE_VERSIONS=no
+USE_VERSIONS=yes
 
 # SOCKSYS_MAJOR is the major number to use for the /dev/socksys socket
 # interface to streams based TCP/IP (i.e. Lachman as used by many SVR3s).
Index: oldkernel/linux/ibcs/CONFIG.sparc
diff -u linux/ibcs/CONFIG.sparc:1.1.1.1 linux/ibcs/CONFIG.sparc:1.2
--- linux/ibcs/CONFIG.sparc:1.1.1.1	Wed May 31 12:41:32 2000
+++ linux/ibcs/CONFIG.sparc	Thu Jun  1 17:18:04 2000
@@ -11,7 +11,7 @@
 # source tree of the kernel you are running (or intend to load
 # it in). More specifically it must be built against the include
 # and config files belonging to the relevant kernel.
-KERNEL=/usr/src/linux
+KERNEL=
 
 # If you want to use versioned symbol names in an attempt to allow the
 # iBCS module to load against other, compatible kernel versions enable
@@ -21,7 +21,7 @@
 # *same* kernel version. I don't know why. I don't recommend you use
 # this option if you build several slightly different kernels for
 # different machines/purposes.
-USE_VERSIONS=no
+USE_VERSIONS=yes
 
 
 # SOCKSYS_MAJOR is the major number to use for the /dev/socksys socket
@@ -167,4 +167,4 @@
 XOUT_DEBUG	= yes
 
 ARCH_FLAGS = 
-ARCH_LIBS  = /usr/lib/libc.a /usr/lib/libgcc.a
+ARCH_LIBS  =
Index: oldkernel/linux/ibcs/Makefile
diff -u linux/ibcs/Makefile:1.1.1.1 linux/ibcs/Makefile:1.2
--- linux/ibcs/Makefile:1.1.1.1	Wed May 31 12:41:32 2000
+++ linux/ibcs/Makefile	Thu Jun  1 17:18:04 2000
@@ -9,7 +9,7 @@
 
 include CONFIG
 
-SUBDIRS=	iBCSemul Tools
+SUBDIRS=	iBCSemul
 
 ifeq ($(EMU_X286),yes)
 SUBDIRS	:= $(SUBDIRS) x286emul
