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

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>