diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-23 19:41:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-08-23 19:41:19 +0000 |
commit | 1d4ff7b879bcc063d32171fe2564ed7c9edbc8db (patch) | |
tree | 767f8d890d3875f31eb26f202d17606dd88cce66 /sys/arch/i386 | |
parent | 4abd60e168249a6852fd88d9f333b234dbd3e0fc (diff) |
Add BOOT_CONFIG
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/NETTAN | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN index ec2b298b15c..b461526685e 100644 --- a/sys/arch/i386/conf/NETTAN +++ b/sys/arch/i386/conf/NETTAN @@ -1,4 +1,4 @@ -# $OpenBSD: NETTAN,v 1.10 1996/08/05 10:38:34 niklas Exp $ +# $OpenBSD: NETTAN,v 1.11 1996/08/23 19:41:18 niklas Exp $ # # NETTAN -- Applitron Datasystem AB # @@ -26,6 +26,7 @@ option DDB # in-kernel debugger makeoptions DEBUG="-g" # compile full symbol table option DIAGNOSTIC # internally consistency checks option KTRACE # system call tracing, a la ktrace(1) +option BOOT_CONFIG option SYSVMSG # System V-like message queues option SYSVSEM # System V-like semaphores |