]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/acpi/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / acpi / Makefile
1 # $FreeBSD$
2
3 .if ${MACHINE} == "i386"
4 SUBDIR=         acpi
5 .endif
6
7 SUBDIR+=        acpi_aiboost acpi_asus acpi_fujitsu acpi_ibm            \
8                 acpi_panasonic acpi_sony acpi_toshiba acpi_video        \
9                 acpi_dock
10
11 .include <bsd.subdir.mk>