diff options
| author | KATO Takenori <kato@FreeBSD.org> | 2000-12-16 03:15:48 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 2000-12-16 03:15:48 +0000 |
| commit | db53335483a25e86b73901ff84d3fc6c5de28a4c (patch) | |
| tree | c5a5d4ff1ed647a2cb3e60062c163e5fef47c702 /sys/boot/pc98 | |
| parent | ec0ef121a8f96dcc85d95830aa176a4626fec225 (diff) | |
Notes
Diffstat (limited to 'sys/boot/pc98')
| -rw-r--r-- | sys/boot/pc98/loader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile index 274d4ffd3644..2e2822c04e0e 100644 --- a/sys/boot/pc98/loader/Makefile +++ b/sys/boot/pc98/loader/Makefile @@ -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} |
