#
# $FreeBSD: stable/12/sys/modules/cxgbe/if_cxl/Makefile 314651 2017-03-04 10:10:17Z ngie $
#

CXGBE=	${SRCTOP}/sys/dev/cxgbe
.PATH: ${CXGBE}

KMOD=	if_cxl
SRCS=	if_cxl.c

.include <bsd.kmod.mk>
