Strip even more unneeded symbols.

Suggested by:	peter
This commit is contained in:
jkh 2000-01-09 08:23:17 +00:00
parent 545aee70a6
commit a360b452ef

View File

@ -706,7 +706,7 @@ doKERNEL:
@cd ${.CURDIR}/../sys/compile/${KERNEL} && \
make depend && \
make ${KERNEL} && \
strip --strip-debug ${KERNEL} && \
strip --strip-all ${KERNEL} && \
cp ${KERNEL} ${RD}/kernels/${KERNEL}
#