1144330Ssos# $FreeBSD: releng/11.0/sys/modules/ata/Makefile 249083 2013-04-04 07:12:24Z mav $
2144330Ssos
3183724SsosSUBDIR = atacore
4144330SsosSUBDIR += atacard
5144330Ssos.if ${MACHINE} == "pc98"
6144330SsosSUBDIR += atacbus
7144330Ssos.else
8144330SsosSUBDIR += ataisa
9144330Ssos.endif
10144330SsosSUBDIR += atapci 
11144330Ssos
12144330Ssos.include <bsd.subdir.mk>
13