mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Merged from sys/boot/i386/loader/Makefile revision 1.49.
This commit is contained in:
parent
ec0ef121a8
commit
db53335483
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ ${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help
|
|||
|
||||
${BASE}.bin: ${BASE}.sym
|
||||
cp ${.ALLSRC} ${.TARGET}
|
||||
strip ${.TARGET}
|
||||
strip -R .comment -R .note ${.TARGET}
|
||||
|
||||
${BASE}.help: help.common help.i386
|
||||
cat ${.ALLSRC} | awk -f ${.CURDIR}/../../common/merge_help.awk > ${.TARGET}
|
||||
|
|
|
|||
Loading…
Reference in a new issue