mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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
12 lines
165 B
Makefile
12 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = atacore
|
|
SUBDIR += atacard
|
|
.if ${MACHINE} == "pc98"
|
|
SUBDIR += atacbus
|
|
.else
|
|
SUBDIR += ataisa
|
|
.endif
|
|
SUBDIR += atapci
|
|
|
|
.include <bsd.subdir.mk>
|