1144330Ssos# $FreeBSD$
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