aboutsummaryrefslogtreecommitdiff
path: root/stand/efi/loader/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/loader/Makefile
parent1a14a0bfb71d935583ca1a3f3ce7e3c6648c10f9 (diff)
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/loader/Makefile')
-rw-r--r--stand/efi/loader/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile
index e890f743da5a..147c3929584a 100644
--- a/stand/efi/loader/Makefile
+++ b/stand/efi/loader/Makefile
@@ -91,9 +91,6 @@ CLEANFILES+= loader.efi
NEWVERSWHAT= "EFI loader" ${MACHINE}
-NM?= nm
-OBJCOPY?= objcopy
-
.if ${MACHINE_CPUARCH} == "amd64"
EFI_TARGET= efi-app-x86_64
.elif ${MACHINE_CPUARCH} == "i386"