mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
Differential Revision: https://reviews.freebsd.org/D1338 Reviewed by: delphij Approved by: delphij
8 lines
164 B
Makefile
8 lines
164 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../opencrypto
|
|
KMOD = cryptodev
|
|
SRCS = cryptodev.c
|
|
SRCS += bus_if.h device_if.h opt_compat.h opt_kdtrace.h
|
|
|
|
.include <bsd.kmod.mk>
|