summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-03-31 23:15:11 +0000
committersam <sam@FreeBSD.org>2007-03-31 23:15:11 +0000
commit7f18b608045d45d3d89e8cbaa7710fcbbc4d7eab (patch)
treecee5de92bc4e95f92ca0eb1254c71dae38f6fb70 /sys/modules
parent5ca8f701f1424bb5e1b4504e01a71f01252654f1 (diff)
downloadFreeBSD-src-7f18b608045d45d3d89e8cbaa7710fcbbc4d7eab.zip
FreeBSD-src-7f18b608045d45d3d89e8cbaa7710fcbbc4d7eab.tar.gz
oops, another missed file from crypto api change
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/cryptodev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/cryptodev/Makefile b/sys/modules/cryptodev/Makefile
index b2692a6..903bfbc 100644
--- a/sys/modules/cryptodev/Makefile
+++ b/sys/modules/cryptodev/Makefile
@@ -3,5 +3,6 @@
.PATH: ${.CURDIR}/../../opencrypto
KMOD = cryptodev
SRCS = cryptodev.c
+SRCS += bus_if.h device_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud