summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/amldb/Makefile
diff options
context:
space:
mode:
authoriwasaki <iwasaki@FreeBSD.org>2000-08-31 14:45:00 +0000
committeriwasaki <iwasaki@FreeBSD.org>2000-08-31 14:45:00 +0000
commit53d00480b62ab9201d60e57cc253edf29995e51b (patch)
treeabc2ba757cb59236d52f1426332bf46adae13930 /usr.sbin/acpi/amldb/Makefile
parent2e85c753ff2a06d63fc5a84465b82b20050ce764 (diff)
downloadFreeBSD-src-53d00480b62ab9201d60e57cc253edf29995e51b.zip
FreeBSD-src-53d00480b62ab9201d60e57cc253edf29995e51b.tar.gz
import amldb(8) from ACPI For FreeBSD project.
Obtained from: ACPI For FreeBSD project
Diffstat (limited to 'usr.sbin/acpi/amldb/Makefile')
-rw-r--r--usr.sbin/acpi/amldb/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/acpi/amldb/Makefile b/usr.sbin/acpi/amldb/Makefile
new file mode 100644
index 0000000..e683e1c
--- /dev/null
+++ b/usr.sbin/acpi/amldb/Makefile
@@ -0,0 +1,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