summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpidump
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-01-24 00:20:28 +0000
committerderaadt <deraadt@openbsd.org>2017-01-24 00:20:28 +0000
commita39428de34e91b0ed8d059cf3863d52df8713d10 (patch)
treecb3349f5cc1dc1b961d1a4691e6553be679837d4 /usr.sbin/acpidump
parentIntroduce rt_report() a function that generates a route message from an (diff)
downloadwireguard-openbsd-a39428de34e91b0ed8d059cf3863d52df8713d10.tar.xz
wireguard-openbsd-a39428de34e91b0ed8d059cf3863d52df8713d10.zip
remove unused junk definitions
Diffstat (limited to 'usr.sbin/acpidump')
-rw-r--r--usr.sbin/acpidump/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/acpidump/Makefile b/usr.sbin/acpidump/Makefile
index 7540c5233a6..342a9023086 100644
--- a/usr.sbin/acpidump/Makefile
+++ b/usr.sbin/acpidump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2015/09/03 11:30:13 yasuoka Exp $
+# $OpenBSD: Makefile,v 1.6 2017/01/24 00:20:28 deraadt Exp $
.if (${MACHINE} == "i386") || (${MACHINE} == "amd64")
PROG= acpidump
@@ -11,9 +11,4 @@ NOPROG= yes
MAN= acpidump.8
-VPATH=${.CURDIR}/aml
-CFLAGS+=-I${.CURDIR}
-
-BINDIR?=/usr/sbin
-
.include <bsd.prog.mk>