]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/modules/cxgb/cxgb_t3fw/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>