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