NetBSD/sys/modules/aibs/Makefile
jruoho ef74b36d13 Rewrite the aibs(4) driver in order to support new models. Draws from the
revision 1.6 (claudio@) of the OpenBSD's equivalent driver. Tested by mrg@.
2011-06-12 07:25:43 +00:00

14 lines
196 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/06/12 07:25:43 jruoho Exp $
.include "../Makefile.inc"
.PATH: ${S}/dev/acpi
KMOD= aibs
IOCONF= aibs.ioconf
SRCS= aibs_acpi.c
WARNS= 4
.include <bsd.kmodule.mk>