summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/amldb/Makefile
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-08-28 03:38:18 +0000
committernjl <njl@FreeBSD.org>2003-08-28 03:38:18 +0000
commitb061e7d26cdc9f01c154388d0e72e2e163f941c0 (patch)
treee2355a04f0f50f170513498b5508a95492a58d01 /usr.sbin/acpi/amldb/Makefile
parentf51148df74471b2de10f2c7d9e0848512ec9e982 (diff)
downloadFreeBSD-src-b061e7d26cdc9f01c154388d0e72e2e163f941c0.zip
FreeBSD-src-b061e7d26cdc9f01c154388d0e72e2e163f941c0.tar.gz
Now that amldb(8) is no longer needed by acpidump, remove the last vestiges
of the original userland ACPI implementation. amldb is still available from the devel/acpicatools port.
Diffstat (limited to 'usr.sbin/acpi/amldb/Makefile')
-rw-r--r--usr.sbin/acpi/amldb/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr.sbin/acpi/amldb/Makefile b/usr.sbin/acpi/amldb/Makefile
deleted file mode 100644
index 68cf9fe..0000000
--- a/usr.sbin/acpi/amldb/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-# $Id: Makefile,v 1.5 2000/07/14 18:16:30 iwasaki Exp $
-# $FreeBSD$
-
-PROG= amldb
-MAN= amldb.8
-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
-
-CFLAGS+= -I${.CURDIR}
-
-.include <bsd.prog.mk>
-.PATH: ${.CURDIR}/aml
OpenPOWER on IntegriCloud