summaryrefslogtreecommitdiff
path: root/sys/modules/crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/crypto/Makefile')
-rw-r--r--sys/modules/crypto/Makefile3
1 files changed, 2 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>