]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ata/Makefile
Upgrade to Unbound 1.5.10.
[FreeBSD/FreeBSD.git] / sys / modules / ata / Makefile
1 # $FreeBSD$
2
3 SUBDIR = atacore
4 SUBDIR += atacard
5 .if ${MACHINE} == "pc98"
6 SUBDIR += atacbus
7 .else
8 SUBDIR += ataisa
9 .endif
10 SUBDIR += atapci 
11
12 .include <bsd.subdir.mk>