diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2010-08-05 17:30:29 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2010-08-05 17:30:29 +0000 |
commit | ac45fd1c3a30c28eeac0c5f048367cbbfd138433 (patch) | |
tree | abf91bac2b81662a58e252c70433dfa6bb3abb15 /usr.sbin/acpidump/Makefile | |
parent | b28bdbd8533149e314cf2036b2687b1406007319 (diff) |
kill kill kill the aml parser, kill kill kill it until it is dead
ok deraadt
Diffstat (limited to 'usr.sbin/acpidump/Makefile')
-rw-r--r-- | usr.sbin/acpidump/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.sbin/acpidump/Makefile b/usr.sbin/acpidump/Makefile index 4700686d6af..d30a2ecd765 100644 --- a/usr.sbin/acpidump/Makefile +++ b/usr.sbin/acpidump/Makefile @@ -1,15 +1,13 @@ -# $OpenBSD: Makefile,v 1.3 2005/06/04 02:25:53 cloder Exp $ +# $OpenBSD: Makefile,v 1.4 2010/08/05 17:30:28 marco Exp $ .if (${MACHINE} == "i386") || (${MACHINE} == "amd64") -PROG= acpidump -SRCS= acpi.c acpi_user.c asl_dump.c aml_dump.c acpidump.c -SRCS+= aml_name.c aml_parse.c aml_amlmem.c aml_memman.c aml_obj.c -SRCS+= aml_common.c aml_evalobj.c aml_store.c +PROG= acpidump +SRCS= acpidump.c .else -NOPROG= yes +NOPROG= yes .endif -MAN= acpidump.8 +MAN= acpidump.8 VPATH=${.CURDIR}/aml CFLAGS+=-I${.CURDIR} |