Makefile revision 144330
1# $FreeBSD: head/sys/modules/ata/Makefile 144330 2005-03-30 12:03:40Z sos $
2
3SUBDIR = ata
4SUBDIR += atacard
5.if ${MACHINE} == "pc98"
6SUBDIR += atacbus
7.else
8SUBDIR += ataisa
9.endif
10SUBDIR += atapci 
11SUBDIR += atadisk atapicd atapifd atapist ataraid #atacam
12
13.include <bsd.subdir.mk>
14