193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
9 lines
147 B
Makefile
9 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>
|