# $FreeBSD$

.PATH:	${SRCTOP}/sys/opencrypto
KMOD	= cryptodev
SRCS	= cryptodev.c
SRCS	+= bus_if.h device_if.h

.include <bsd.kmod.mk>