73191c8c28
anywhere in the kernel, they're not defopt-ed, and config(8) -v complains about them
16 lines
556 B
Plaintext
16 lines
556 B
Plaintext
# $NetBSD: std.i386,v 1.23 2001/11/25 00:02:12 lukem Exp $
|
|
#
|
|
# standard, required NetBSD/i386 'options'
|
|
|
|
machine i386
|
|
|
|
options EXEC_AOUT # exec a.out binaries
|
|
options EXEC_ELF32 # exec ELF binaries
|
|
options EXEC_SCRIPT # exec #! scripts
|
|
|
|
options INET6_MD_CKSUM # machine-dependant code for in6_cksum
|
|
#options CRYPTO_MD_DES_ENC # machine-dependant code for DES
|
|
#options CRYPTO_MD_DES_CBC # machine-dependant DES CBC code
|
|
#options CRYPTO_MD_BF_ENC # machine-dependant code for BF_encrypt
|
|
#options CRYPTO_MD_BF_CBC # careful: uses bswapl, requires 486
|