Makefile revision 302408
1# $FreeBSD: stable/11/sys/modules/ata/Makefile 249083 2013-04-04 07:12:24Z mav $
2
3SUBDIR = atacore
4SUBDIR += atacard
5.if ${MACHINE} == "pc98"
6SUBDIR += atacbus
7.else
8SUBDIR += ataisa
9.endif
10SUBDIR += atapci 
11
12.include <bsd.subdir.mk>
13