]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/ata/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / ata / Makefile
1 # $FreeBSD$
2
3 SUBDIR = ata
4 SUBDIR += atacard
5 .if ${MACHINE} == "pc98"
6 SUBDIR += atacbus
7 .else
8 SUBDIR += ataisa
9 .endif
10 SUBDIR += atapci 
11 SUBDIR += atadisk atapicd atapifd atapist ataraid atapicam #atacam
12
13 .include <bsd.subdir.mk>