diff options
author | peter <peter@FreeBSD.org> | 2002-04-07 04:27:50 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-04-07 04:27:50 +0000 |
commit | d76ff96eff54577920f2f274feb6b445fb968d42 (patch) | |
tree | 42bbce587eee70908fd9f7d9c76f2917009bb9ac /sys/boot/efi | |
parent | 1a2f6bfa9f3607a5a682e889470983a51dd3965f (diff) | |
download | FreeBSD-src-d76ff96eff54577920f2f274feb6b445fb968d42.zip FreeBSD-src-d76ff96eff54577920f2f274feb6b445fb968d42.tar.gz |
We must not let install(1) strip loader.efi when installing it, or the
resulting binary will be damaged and no longer work.
Diffstat (limited to 'sys/boot/efi')
-rw-r--r-- | sys/boot/efi/loader/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile index 440f8de..7911280 100644 --- a/sys/boot/efi/loader/Makefile +++ b/sys/boot/efi/loader/Makefile @@ -7,6 +7,7 @@ PROG= ${BASE}.efi NOMAN= NEWVERSWHAT= "EFI boot" ${MACHINE_ARCH} BINDIR?= /boot +STRIP= # We must not strip loader.efi at install time. SRCS+= main.c conf.c dev_net.c |