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/crypto | |
| parent | 275876614900b275c1e0da8af75ffdf239305b03 (diff) | |
Add ioconf entries to the pseudo-devices.
Diffstat (limited to 'sys/modules/crypto')
| -rw-r--r-- | sys/modules/crypto/Makefile | 3 | ||||
| -rw-r--r-- | sys/modules/crypto/crypto.ioconf | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sys/modules/crypto/Makefile b/sys/modules/crypto/Makefile index 218a7b5da45..b4cc4b16d2d 100644 --- a/sys/modules/crypto/Makefile +++ b/sys/modules/crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/02/03 23:11:40 pgoyette Exp $ +# $NetBSD: Makefile,v 1.4 2015/08/20 11:05:01 christos Exp $ .include "../Makefile.inc" @@ -7,6 +7,7 @@ CPPFLAGS+= -DCOMPAT_50 .PATH: ${S}/opencrypto KMOD= crypto +IOCONF= crypto.ioconf SRCS= cryptodev.c ocryptodev.c .include <bsd.kmodule.mk> diff --git a/sys/modules/crypto/crypto.ioconf b/sys/modules/crypto/crypto.ioconf new file mode 100644 index 00000000000..818de2404dc --- /dev/null +++ b/sys/modules/crypto/crypto.ioconf @@ -0,0 +1,7 @@ +# $NetBSD: crypto.ioconf,v 1.3 2015/08/20 11:05:01 christos Exp $ + +ioconf crypto + +include "conf/files" + +pseudo-device crypto |
