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