Remove an unused variable.

Reviewed by:	bdrewery
Differential Revision:	https://reviews.freebsd.org/D16213
This commit is contained in:
John Baldwin 2018-07-11 16:22:54 +00:00
parent 44ba6ab71f
commit 20210e80ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474460

View file

@ -7,6 +7,5 @@ PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../binutils
BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL}
NAMEDTARGET= amd64-${OPSYS:tl}
.include "${MASTERDIR}/Makefile"