freebsd-dev/sys/modules/cryptodev/Makefile

9 lines
150 B
Makefile
Raw Normal View History

2002-10-04 20:35:02 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../opencrypto
KMOD = cryptodev
SRCS = cryptodev.c
2010-10-13 14:44:38 +00:00
SRCS += bus_if.h device_if.h opt_compat.h
2002-10-04 20:35:02 +00:00
.include <bsd.kmod.mk>