summaryrefslogtreecommitdiff
path: root/stand/efi
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2020-07-19 23:56:19 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2020-07-19 23:56:19 +0000
commitf2be828f97b28345280dec700f02034086dda979 (patch)
treedc99e3975f9efd3cf9c157f6aa77c6a94d7cfa93 /stand/efi
parente17f5b1d307b7b8910d67883e57a9604305906d5 (diff)
downloadsrc-test-f2be828f97b28345280dec700f02034086dda979.tar.gz
src-test-f2be828f97b28345280dec700f02034086dda979.zip
Revert that!
Notes
Notes: svn path=/head/; revision=363351
Diffstat (limited to 'stand/efi')
-rw-r--r--stand/efi/loader/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile
index fe08f5cc42897..73b1975ad3e37 100644
--- a/stand/efi/loader/Makefile
+++ b/stand/efi/loader/Makefile
@@ -102,8 +102,3 @@ DPADD= ${LDR_INTERP} ${LIBEFI} ${LIBFDT} ${LIBEFI_FDT} ${LIBSA} ${LDSCRIPT}
LDADD= ${LDR_INTERP} ${LIBEFI} ${LIBFDT} ${LIBEFI_FDT} ${LIBSA}
.include <bsd.prog.mk>
-
-PATH_BOOTABLE_TOKEN=/boot/boot.4th
-CFLAGS+= ${XCFLAGS.${.TARGET:T:R}:U}
-XCFLAGS.main+= -DPATH_BOOTABLE_TOKEN=\"${PATH_BOOTABLE_TOKEN}\"
-