]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/acpi/aibs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / acpi / aibs / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/acpi_support
4
5 KMOD=   aibs
6 SRCS=   atk0110.c
7 SRCS+=  opt_acpi.h acpi_if.h bus_if.h device_if.h
8 SRCS+=  opt_ddb.h
9
10 .include <bsd.kmod.mk>