]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - sys/modules/i2c/controllers/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.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>