Add EXEC_ options.
This commit is contained in:
parent
3d3546293e
commit
99e5b1260c
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: BOAT_ANCHOR,v 1.67 1996/09/22 03:00:32 cgd Exp $
|
||||
# $NetBSD: BOAT_ANCHOR,v 1.68 1996/10/02 23:15:58 mycroft Exp $
|
||||
#
|
||||
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
||||
#
|
||||
|
@ -29,6 +29,9 @@ options COMPAT_11 # NetBSD 1.1,
|
|||
options COMPAT_12
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
options EXEC_SCRIPT # #! scripts
|
||||
options EXEC_AOUT # a.out executables (native, BSD/OS, Linux, FreeBSD)
|
||||
|
||||
options FFS # UFS and quotas
|
||||
|
||||
options NFSCLIENT # Network File System client
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: KICKME,v 1.33 1996/08/31 20:39:22 mycroft Exp $
|
||||
# $NetBSD: KICKME,v 1.34 1996/10/02 23:15:58 mycroft Exp $
|
||||
#
|
||||
# KICKME -- 486Cx-33 development machine
|
||||
#
|
||||
|
@ -38,6 +38,9 @@ options COMPAT_11 # NetBSD 1.1,
|
|||
options COMPAT_12
|
||||
options COMPAT_43 # and 4.3BSD
|
||||
|
||||
options EXEC_SCRIPT # #! scripts
|
||||
options EXEC_AOUT # a.out executables (native, BSD/OS, Linux, FreeBSD)
|
||||
|
||||
options FFS # UFS
|
||||
|
||||
options NFSCLIENT # Network File System client
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SUN_LAMP,v 1.76 1996/09/26 21:45:05 cgd Exp $
|
||||
# $NetBSD: SUN_LAMP,v 1.77 1996/10/02 23:15:59 mycroft Exp $
|
||||
#
|
||||
# SUN_LAMP -- kernel for one of cgd's 486/50 EISA boxes...
|
||||
#
|
||||
|
@ -47,6 +47,10 @@ options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
|
|||
#options COMPAT_SVR4 # binary compatibility with SVR4
|
||||
#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
|
||||
|
||||
options EXEC_SCRIPT # #! scripts
|
||||
options EXEC_AOUT # a.out executables (native, BSD/OS, Linux, FreeBSD)
|
||||
#options EXEC_ELF32 # 32-bit ELF executables (SVR4, Linux)
|
||||
|
||||
#options USER_LDT # user-settable LDT; used by WINE
|
||||
options LKM # loadable kernel modules
|
||||
options INSECURE
|
||||
|
|
Loading…
Reference in New Issue