]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cxgb/cxgb_t3fw/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / cxgb / cxgb_t3fw / Makefile
1 # $FreeBSD$
2
3 CXGB = ${.CURDIR}/../../../dev/cxgb
4 .PATH: ${CXGB} 
5
6 KMOD= cxgb_t3fw
7 SRCS+= cxgb_t3fw.c
8 CFLAGS+= -g -I${CXGB}
9
10 .include <bsd.kmod.mk>