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