freebsd-nq/sys/modules/cryptodev/Makefile

9 lines
137 B
Makefile
Raw Normal View History

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