diff options
author | Warner Losh <imp@FreeBSD.org> | 2017-10-25 15:27:58 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2017-10-25 15:27:58 +0000 |
commit | b533f63ed05d9ac22d2de89369e06ba4de98f801 (patch) | |
tree | cccc411dca8fb8a6eaafa02cee8b36ba79fa8a47 /sys/boot/efi | |
parent | 2125122d259a045bf8baabcb4782865ac0d501e7 (diff) |
Move BINDIR definition to defs.mk, and override where it isn't /boot
(those files already do that so weren't changed).
Sponsored by: Netflix
Notes
Notes:
svn path=/head/; revision=324981
Diffstat (limited to 'sys/boot/efi')
-rw-r--r-- | sys/boot/efi/Makefile.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/efi/Makefile.inc b/sys/boot/efi/Makefile.inc index 405f4cd76018..4fd8762e1a21 100644 --- a/sys/boot/efi/Makefile.inc +++ b/sys/boot/efi/Makefile.inc @@ -1,7 +1,5 @@ # $FreeBSD$ -BINDIR?= /boot - .if ${MACHINE_CPUARCH} == "i386" CFLAGS+= -march=i386 CFLAGS+= -mno-aes |