1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-28 11:57:28 +00:00

another missing change for recent crypto mods

This commit is contained in:
Sam Leffler 2007-03-21 17:37:13 +00:00
parent 24cdd0676c
commit 9ac793831b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167771

View File

@ -4,5 +4,6 @@
KMOD= padlock
SRCS= padlock.c padlock_cipher.c padlock_hash.c
SRCS += device_if.h bus_if.h opt_bus.h cryptodev_if.h
.include <bsd.kmod.mk>