diff options
| author | christos <christos@NetBSD.org> | 2015-08-20 11:05:00 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2015-08-20 11:05:00 +0000 |
| commit | fa1f94013e596025c03ecffa51cd5dd2bfe2b54f (patch) | |
| tree | 9594fae8dd5ceab113aada7cc4b7f776b02f8a08 /sys/modules/opencrypto | |
| parent | 275876614900b275c1e0da8af75ffdf239305b03 (diff) | |
Add ioconf entries to the pseudo-devices.
Diffstat (limited to 'sys/modules/opencrypto')
| -rw-r--r-- | sys/modules/opencrypto/Makefile | 3 | ||||
| -rw-r--r-- | sys/modules/opencrypto/opencrypto.ioconf | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sys/modules/opencrypto/Makefile b/sys/modules/opencrypto/Makefile index 137a24120d4..0d6226d7405 100644 --- a/sys/modules/opencrypto/Makefile +++ b/sys/modules/opencrypto/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2013/12/29 18:20:42 pgoyette Exp $ +# $NetBSD: Makefile,v 1.2 2015/08/20 11:05:01 christos Exp $ .include "../Makefile.inc" .PATH: ${S}/opencrypto KMOD= opencrypto +IOCONF= opencrypto.ioconf SRCS= criov.c crypto.c xform.c .include <bsd.kmodule.mk> diff --git a/sys/modules/opencrypto/opencrypto.ioconf b/sys/modules/opencrypto/opencrypto.ioconf new file mode 100644 index 00000000000..03c257ab383 --- /dev/null +++ b/sys/modules/opencrypto/opencrypto.ioconf @@ -0,0 +1,7 @@ +# $NetBSD: opencrypto.ioconf,v 1.1 2015/08/20 11:05:01 christos Exp $ + +ioconf opencrypto + +include "conf/files" + +pseudo-device opencrypto |
