summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-04-07 04:26:42 +0000
committerpeter <peter@FreeBSD.org>2002-04-07 04:26:42 +0000
commit1a2f6bfa9f3607a5a682e889470983a51dd3965f (patch)
tree074017f5691ef69870769531aa2f1c02bafcbd91 /sys/boot
parenta0a4c849a0daab832eb9418601fb5065ec1d7c1c (diff)
downloadFreeBSD-src-1a2f6bfa9f3607a5a682e889470983a51dd3965f.zip
FreeBSD-src-1a2f6bfa9f3607a5a682e889470983a51dd3965f.tar.gz
Set BINDIR
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/loader/Makefile1
-rw-r--r--sys/boot/ia64/efi/Makefile1
-rw-r--r--sys/boot/ia64/ski/Makefile1
-rw-r--r--sys/boot/ia64/skiload/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index c871a39..440f8de 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -6,6 +6,7 @@ BASE= loader
PROG= ${BASE}.efi
NOMAN=
NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH}
+BINDIR?= /boot
SRCS+= main.c conf.c dev_net.c
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index c871a39..440f8de 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -6,6 +6,7 @@ BASE= loader
PROG= ${BASE}.efi
NOMAN=
NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH}
+BINDIR?= /boot
SRCS+= main.c conf.c dev_net.c
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile
index d340c2e..c34b789 100644
--- a/sys/boot/ia64/ski/Makefile
+++ b/sys/boot/ia64/ski/Makefile
@@ -5,6 +5,7 @@
PROG= skiload
NOMAN=
NEWVERSWHAT= "ia64 SKI boot" ${MACHINE_ARCH}
+BINDIR?= /boot
SRCS+= main.c conf.c
diff --git a/sys/boot/ia64/skiload/Makefile b/sys/boot/ia64/skiload/Makefile
index d340c2e..c34b789 100644
--- a/sys/boot/ia64/skiload/Makefile
+++ b/sys/boot/ia64/skiload/Makefile
@@ -5,6 +5,7 @@
PROG= skiload
NOMAN=
NEWVERSWHAT= "ia64 SKI boot" ${MACHINE_ARCH}
+BINDIR?= /boot
SRCS+= main.c conf.c
OpenPOWER on IntegriCloud