diff options
author | kato <kato@FreeBSD.org> | 2000-12-16 03:15:48 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2000-12-16 03:15:48 +0000 |
commit | b1e4886a37511ec637f6a779ecc3ebd354a7addf (patch) | |
tree | 7dc95433f8644744a5c632f4b3071634da4f166b | |
parent | 1b1ea4d6198f360553328a8c9d1b96a1b4475980 (diff) | |
download | FreeBSD-src-b1e4886a37511ec637f6a779ecc3ebd354a7addf.zip FreeBSD-src-b1e4886a37511ec637f6a779ecc3ebd354a7addf.tar.gz |
Merged from sys/boot/i386/loader/Makefile revision 1.49.
-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 274d4ff..2e2822c 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} |