]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/i2c/controllers/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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>