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