1305549Sjhb#
2305549Sjhb# $FreeBSD: stable/10/sys/modules/cxgbe/if_cxlv/Makefile 305549 2016-09-07 18:13:57Z jhb $
3305549Sjhb#
4305549Sjhb
5305549SjhbCXGBE=	${.CURDIR}/../../../dev/cxgbe
6305549Sjhb.PATH: ${CXGBE}
7305549Sjhb
8305549SjhbKMOD=	if_cxlv
9305549SjhbSRCS=	if_cxlv.c
10305549Sjhb
11305549Sjhb.include <bsd.kmod.mk>
12