freebsd-dev/sys/modules/cryptodev/Makefile
2010-10-13 14:44:38 +00:00

9 lines
150 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../opencrypto
KMOD = cryptodev
SRCS = cryptodev.c
SRCS += bus_if.h device_if.h opt_compat.h
.include <bsd.kmod.mk>