summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/amldb/Makefile
blob: e683e1c5ae84256c614371b407f7ffabe537a5aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile,v 1.5 2000/07/14 18:16:30 iwasaki Exp $
# $FreeBSD$

PROG=	amldb
SRCS=	amldb.c debug.c region.c
SRCS+=	aml_parse.c aml_name.c aml_amlmem.c aml_memman.c aml_store.c aml_obj.c aml_evalobj.c aml_common.c
NOMAN=	yes
#MAN8=	amldb.8
#DEBUG_FLAGS= -g
CFLAGS+= -I${.CURDIR}/../../../sys -I${.CURDIR}

.include <bsd.prog.mk>
.PATH:  ${.CURDIR}/../../../sys/dev/acpi/aml
OpenPOWER on IntegriCloud