0ab79d5327
Define an attribute for each crypto algorithm, and use that attribute to select the files that implement the algorithm. * Give the "wlan" attribute a dependency on the "arc4" attribute. * Give the "cgd" pseudo-device the "des", "blowfish", "cast128", and "rijndael" attributes. * Use the new attribute-as-option-dependencies feature of config(8) to give the IPSEC_ESP option dependencies on the "des", "blowfish", "cast128", and "rijndael" attributes.
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
# $NetBSD: files.arc4,v 1.1 2002/10/11 01:52:07 thorpej Exp $
|
|
|
|
define arc4
|
|
|
|
file crypto/arc4/arc4.c arc4
|