diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-01-24 00:20:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-01-24 00:20:29 +0000 |
commit | 3b09ae3d0969eea452edbb55f26fc00c6b41637c (patch) | |
tree | 53683c2e701970506f95755f344eeeb25bc0a933 /usr.sbin/acpidump | |
parent | 5781c0f5d782bcb19ba092cfef38a991d6738c3b (diff) |
remove unused junk definitions
Diffstat (limited to 'usr.sbin/acpidump')
-rw-r--r-- | usr.sbin/acpidump/Makefile | 7 |
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> |