aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/boot1/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-07-20 05:17:56 +0000
committerWarner Losh <imp@FreeBSD.org>2018-07-20 05:17:56 +0000
commitfdcfd483e3c0e3f0c155840bdf056785a12cbdb7 (patch)
treefb84b34fe0f8ff44323281021c3a77d6234e7d4d /stand/efi/boot1/Makefile
parent1a14a0bfb71d935583ca1a3f3ce7e3c6648c10f9 (diff)
downloadsrc-fdcfd483e3c0e3f0c155840bdf056785a12cbdb7.tar.gz
src-fdcfd483e3c0e3f0c155840bdf056785a12cbdb7.zip
NM and OBJCOPY are already defined for all builds. There's no need to
conditionally define them here.
Notes
Notes: svn path=/head/; revision=336534
Diffstat (limited to 'stand/efi/boot1/Makefile')
-rw-r--r--stand/efi/boot1/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/stand/efi/boot1/Makefile b/stand/efi/boot1/Makefile
index 992afd5fc1d2..d7cdeb45307b 100644
--- a/stand/efi/boot1/Makefile
+++ b/stand/efi/boot1/Makefile
@@ -76,9 +76,6 @@ LDADD+= ${LIBEFI} ${LIBSA}
DPADD+= ${LDSCRIPT}
-NM?= nm
-OBJCOPY?= objcopy
-
.if ${MACHINE_CPUARCH} == "amd64"
EFI_TARGET= efi-app-x86_64
.elif ${MACHINE_CPUARCH} == "i386"