mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
14 lines
228 B
Makefile
14 lines
228 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = ata
|
|
SUBDIR += atacard
|
|
.if ${MACHINE} == "pc98"
|
|
SUBDIR += atacbus
|
|
.else
|
|
SUBDIR += ataisa
|
|
.endif
|
|
SUBDIR += atapci
|
|
SUBDIR += atadisk atapicd atapifd atapist ataraid atapicam #atacam
|
|
|
|
.include <bsd.subdir.mk>
|