]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/i2c/controllers/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / i2c / controllers / Makefile
1 # $FreeBSD$
2
3 .if ${MACHINE} == "pc98"
4 SUBDIR = lpbb
5 .else
6 SUBDIR = alpm amdpm amdsmb ichsmb intpm nfsmb viapm lpbb pcf
7 .endif
8
9 .include <bsd.subdir.mk>