aboutsummaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2024-03-18 23:14:15 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2024-03-18 23:14:15 +0000
commit01f3abbfcd59848e37118e5e2b868a7b3e98cc62 (patch)
treefde122e1421b2851a24d116f398bd925d7502d07 /stand
parent8f13abb4fd2f3c5d25bde830607a4aec6cec42d9 (diff)
downloadsrc-01f3abbfcd59848e37118e5e2b868a7b3e98cc62.tar.gz
src-01f3abbfcd59848e37118e5e2b868a7b3e98cc62.zip
uboot/Makefile move BINDIR
Set BINDIR before we include bsd.init.mk so we can override it via local.init.mk Reviewed by: imp Sponsored by: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D44413
Diffstat (limited to 'stand')
-rw-r--r--stand/uboot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/stand/uboot/Makefile b/stand/uboot/Makefile
index ccd02c44957f..791cfcb47bfe 100644
--- a/stand/uboot/Makefile
+++ b/stand/uboot/Makefile
@@ -10,6 +10,8 @@ LOADER_GZIP_SUPPORT?= no
LOADER_BZIP2_SUPPORT?= no
LOADER_DISK_SUPPORT?= yes
+BINDIR= /boot/uboot
+
.include <bsd.init.mk>
.include "${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc"
@@ -22,7 +24,6 @@ PROG= ubldr
.endif
NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
-BINDIR= /boot/uboot
INSTALLFLAGS= -b
WARNS?= 1