1# $FreeBSD$
2
3.PATH:	${SRCTOP}/sys/opencrypto
4KMOD	= cryptodev
5SRCS	= cryptodev.c
6SRCS	+= bus_if.h device_if.h
7
8.include <bsd.kmod.mk>
9