mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
13 lines
228 B
Makefile
13 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>
|