summaryrefslogtreecommitdiff
path: root/sys/arch/vax
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>1997-08-30 22:51:56 +0000
committerMats O Jansson <maja@cvs.openbsd.org>1997-08-30 22:51:56 +0000
commit0c89ba16ab51d07a007afcf01341fa42e8bcd6e2 (patch)
tree92055125729ff8b69d7bca55b637268a927ae166 /sys/arch/vax
parentc8627f1e44e844fd49c1e417eb93927f0ed8ac3f (diff)
OpenBSD doesn't use EXEC_AOUT and EXEC_SCRIPT. -moj
Diffstat (limited to 'sys/arch/vax')
-rw-r--r--sys/arch/vax/conf/GENERIC6
-rw-r--r--sys/arch/vax/conf/NANCY6
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC
index 650d13390f8..2cc117c5313 100644
--- a/sys/arch/vax/conf/GENERIC
+++ b/sys/arch/vax/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.8 1997/05/28 23:09:37 niklas Exp $
+# $OpenBSD: GENERIC,v 1.9 1997/08/30 22:51:54 maja Exp $
# $NetBSD: GENERIC,v 1.19 1997/01/11 11:15:38 ragge Exp $
#
# GENERIC VAX configuration file; all supported devices.
@@ -52,10 +52,6 @@ option SYSVMSG
option SYSVSEM
option SYSVSHM
-# What executables to look for.
-option EXEC_AOUT
-option EXEC_SCRIPT
-
# Old compat stuff; needed to run 4.3BSD Reno programs.
# Note that if COMPAT_ULTRIX is set, you lose compatibility with
# 4.3BSD Reno programs and get Ultrix compatibility instead.
diff --git a/sys/arch/vax/conf/NANCY b/sys/arch/vax/conf/NANCY
index b9ab8ef0947..2982fbb5d88 100644
--- a/sys/arch/vax/conf/NANCY
+++ b/sys/arch/vax/conf/NANCY
@@ -1,4 +1,4 @@
-# $OpenBSD: NANCY,v 1.1 1997/08/30 09:25:53 maja Exp $
+# $OpenBSD: NANCY,v 1.2 1997/08/30 22:51:55 maja Exp $
#
# NANCY MV3600 configuration file.
#
@@ -51,10 +51,6 @@ option FIFO
#option SYSVSEM
#option SYSVSHM
-# What executables to look for.
-option EXEC_AOUT
-option EXEC_SCRIPT
-
# Old compat stuff; needed to run 4.3BSD Reno programs.
# Note that if COMPAT_ULTRIX is set, you lose compatibility with
# 4.3BSD Reno programs and get Ultrix compatibility instead.