diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-06 23:01:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-06 23:01:44 +0000 |
commit | ddde32be556aa879be4beaeddf08596f8b357c24 (patch) | |
tree | 3833cf80c7d9f5d5c787184a34b662da925ffce4 /sys/arch | |
parent | a9b8c44c47e26589d96cdb7144c10559047df87d (diff) |
requires NATIVE_ELF
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pica/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/pica/conf/GENERIC b/sys/arch/pica/conf/GENERIC index c0261a93ea9..5bde11cc491 100644 --- a/sys/arch/pica/conf/GENERIC +++ b/sys/arch/pica/conf/GENERIC @@ -31,6 +31,7 @@ options SYSVMSG # System V-like message queues options SYSVSEM # System V-like semaphores options SYSVSHM # System V-like memory sharing options SHMMAXPGS=1024 # 1024 pages is the default +options NATIVE_ELF # Filesystem options options FIFO # POSIX fifo support (in all filesystems) |