Merged from sys/boot/i386/loader/Makefile revision 1.49.

This commit is contained in:
KATO Takenori 2000-12-16 03:15:48 +00:00
parent ec0ef121a8
commit db53335483

View File

@ -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}