]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cxgbe/if_cc/Makefile
MFC 305695,305696,305699,305702,305703,305713,305715,305827,305852,305906,
[FreeBSD/stable/10.git] / sys / modules / cxgbe / if_cc / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 CXGBE=  ${.CURDIR}/../../../dev/cxgbe
6 .PATH: ${CXGBE}
7
8 KMOD=   if_cc
9 SRCS=   if_cc.c
10
11 .include <bsd.kmod.mk>