diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-02 13:23:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-02 13:23:18 +0000 |
commit | 7920dc4a4be1931af6ffba3adf6c4a46835a2bb2 (patch) | |
tree | 63fd3a05e8efb1d3c4cd63e571e8c3fe772dd4bd | |
parent | ea01ab375875b135cb046c320fcb8eebc72b4037 (diff) |
EXEC_SCRIPT is not an option
-rw-r--r-- | sys/arch/alpha/conf/std.alpha | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/std.alpha b/sys/arch/alpha/conf/std.alpha index 1253d4bcbe5..93b934d7b9e 100644 --- a/sys/arch/alpha/conf/std.alpha +++ b/sys/arch/alpha/conf/std.alpha @@ -1,4 +1,4 @@ -# $OpenBSD: std.alpha,v 1.6 1997/06/02 13:21:19 deraadt Exp $ +# $OpenBSD: std.alpha,v 1.7 1997/06/02 13:23:17 deraadt Exp $ # $NetBSD: std.alpha,v 1.11 1996/11/15 19:37:34 cgd Exp $ # # Standard/required configuration info for OpenBSD/alpha. @@ -12,7 +12,6 @@ makeoptions DEBUG="-g" # Executable support: once transitioned to ELF, EXEC_ECOFF will become optional options EXEC_ECOFF # (native) ECOFF binary support options EXEC_ELF64 # (native) ELF64 binary support -options EXEC_SCRIPT # shell script support # VM pager support options SWAPPAGER # paging; REQUIRED |