45f6d66569
most kernels before FreeBSD 9.0. Remove such modules and respective kernel options: atadisk, ataraid, atapicd, atapifd, atapist, atapicam. Remove the atacontrol utility and some man pages. Remove useless now options ATA_CAM. No objections: current@, stable@ MFC after: never
13 lines
165 B
Makefile
13 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = atacore
|
|
SUBDIR += atacard
|
|
.if ${MACHINE} == "pc98"
|
|
SUBDIR += atacbus
|
|
.else
|
|
SUBDIR += ataisa
|
|
.endif
|
|
SUBDIR += atapci
|
|
|
|
.include <bsd.subdir.mk>
|