oops, another missed file from crypto api change

This commit is contained in:
Sam Leffler 2007-03-31 23:15:11 +00:00
parent 5998aba99e
commit 511cecafd6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168190

View File

@ -3,5 +3,6 @@
.PATH: ${.CURDIR}/../../opencrypto
KMOD = cryptodev
SRCS = cryptodev.c
SRCS += bus_if.h device_if.h
.include <bsd.kmod.mk>