9 lines
137 B
Makefile
9 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../opencrypto
|
|
KMOD = cryptodev
|
|
SRCS = cryptodev.c
|
|
SRCS += bus_if.h device_if.h
|
|
|
|
.include <bsd.kmod.mk>
|