mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
8 lines
147 B
Makefile
8 lines
147 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/opencrypto
|
|
KMOD = cryptodev
|
|
SRCS = cryptodev.c
|
|
SRCS += bus_if.h device_if.h opt_compat.h
|
|
|
|
.include <bsd.kmod.mk>
|