]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/i2c/controllers/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>