# Makefile for libacpi

CPPFLAGS+= -D_MINIX_SYSTEM

LIB = acpi

SRCS = acpi.c

.include <bsd.lib.mk>
