]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ktls_ocf/Makefile
MFV r359442: bmake: import -fno-common fix build back from upstream
[FreeBSD/FreeBSD.git] / sys / modules / ktls_ocf / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/opencrypto
4
5 KMOD=   ktls_ocf
6 SRCS=   ktls_ocf.c
7
8 .include <bsd.kmod.mk>