Add EXEC_SCRIPT (I don't even want to know how I forgot it before...)
This commit is contained in:
parent
10a182e399
commit
c36215249a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: BASALT,v 1.8 1996/10/15 22:01:53 thorpej Exp $
|
||||
# $NetBSD: BASALT,v 1.9 1996/12/09 01:53:30 thorpej Exp $
|
||||
#
|
||||
# BASALT - thorpej's hp380
|
||||
#
|
||||
@ -27,6 +27,7 @@ options SYSVMSG # System V message queues
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=2048" # # 4K pages in kernel malloc pool
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DISKLESS,v 1.9 1996/10/03 01:25:33 thorpej Exp $
|
||||
# $NetBSD: DISKLESS,v 1.10 1996/12/09 01:53:31 thorpej Exp $
|
||||
#
|
||||
# Diskless HP 9000/300-series workstation.
|
||||
#
|
||||
@ -34,6 +34,7 @@ options SYSVMSG # System V-style message queues
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: DUALITY,v 1.22 1996/10/03 01:25:34 thorpej Exp $
|
||||
# $NetBSD: DUALITY,v 1.23 1996/12/09 01:53:32 thorpej Exp $
|
||||
#
|
||||
# DUALITY (mycroft's hp370 test machine)
|
||||
#
|
||||
@ -36,6 +36,7 @@ options "TCP_COMPAT_42"
|
||||
#options "COMPAT_HPUX"
|
||||
#options "COMPAT_M68K4K" # compat. with NetBSD/m68k4k binaries
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
|
||||
options FFS,QUOTA
|
||||
options LFS
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.14 1996/10/15 22:01:56 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.15 1996/12/09 01:53:33 thorpej Exp $
|
||||
#
|
||||
# Generic kernel - one size fits all.
|
||||
#
|
||||
@ -34,6 +34,7 @@ options SYSVMSG # System V-style message queues
|
||||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LAGER,v 1.13 1996/10/21 16:43:05 hpeyerl Exp $
|
||||
# $NetBSD: LAGER,v 1.14 1996/12/09 01:53:34 thorpej Exp $
|
||||
#
|
||||
# LAGER (hpeyerl's hp380)
|
||||
#
|
||||
@ -28,6 +28,7 @@ options "COMPAT_12"
|
||||
options "TCP_COMPAT_42"
|
||||
options GATEWAY
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
|
||||
# Options for all HP machines
|
||||
options SYSVSHM
|
||||
|
Loading…
Reference in New Issue
Block a user