]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/cxgb/cxgb_t3fw/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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
9 .include <bsd.kmod.mk>