Deleted Added
sdiff udiff text old ( 183724 ) new ( 249083 )
full compact
1# $FreeBSD: head/sys/modules/ata/Makefile 183724 2008-10-09 12:56:57Z sos $
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>