diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2009-06-02 06:31:09 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2009-06-02 06:31:09 +0000 |
commit | c32ed3d048097125d70a12cfa079c32d45c27d10 (patch) | |
tree | 6d89dc863957a77b722036b2928f634b71c3686f /sys/arch | |
parent | 291392cbe392d38bef7ea165f4decd67f8f34340 (diff) |
add CRYPTO to macppc RAMDISK
Sure deraadt@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 12125a2ab57..4aeb39c4740 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.87 2009/06/01 15:53:46 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.88 2009/06/02 06:31:08 todd Exp $ # # PPC GENERIC config file # @@ -26,6 +26,7 @@ option MSDOSFS # MS-DOS file system option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) option DDB # kernel debugger +option CRYPTO # Cryptographic framework config bsd root on rd0a swap on rd0b |