Author: imp
Date: Thu Aug 16 16:30:23 2018
New Revision: 337914
URL: https://svnweb.freebsd.org/changeset/base/337914

Log:
  Install links for loader.efi.
  
  Submitted by: ben wilber

Modified:
  head/stand/efi/loader/Makefile

Modified: head/stand/efi/loader/Makefile
==============================================================================
--- head/stand/efi/loader/Makefile      Thu Aug 16 15:59:02 2018        
(r337913)
+++ head/stand/efi/loader/Makefile      Thu Aug 16 16:30:23 2018        
(r337914)
@@ -90,6 +90,10 @@ VERSION_FILE=        ${.CURDIR}/../loader/version
 FILES+=        ${LOADER}.efi
 FILESMODE_${LOADER}.efi=       ${BINMODE}
 
+.if ${LOADER_INTERP} == ${LOADER_DEFAULT_INTERP}
+LINKS+=                ${BINDIR}/${LOADER}.efi ${BINDIR}/loader.efi
+.endif
+
 LDSCRIPT=      ${.CURDIR}/../loader/arch/${MACHINE}/ldscript.${MACHINE}
 LDFLAGS+=      -Wl,-T${LDSCRIPT},-Bsymbolic,-znotext -shared
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to