Deleted Added
full compact
Makefile (183724) Makefile (249083)
1# $FreeBSD: head/sys/modules/ata/Makefile 183724 2008-10-09 12:56:57Z sos $
1# $FreeBSD: head/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
2
3SUBDIR = atacore
4SUBDIR += atacard
5.if ${MACHINE} == "pc98"
6SUBDIR += atacbus
7.else
8SUBDIR += ataisa
9.endif
10SUBDIR += atapci
11SUBDIR += atadisk atapicd atapifd atapist ataraid atapicam #atacam
12
13.include <bsd.subdir.mk>
11
12.include <bsd.subdir.mk>