Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/share/mk/bsd.lib.mk,v retrieving revision 1.281.2.1 retrieving revision 1.281.2.2 diff -u -p -r1.281.2.1 -r1.281.2.2 --- src/share/mk/bsd.lib.mk 2008/09/18 04:38:09 1.281.2.1 +++ src/share/mk/bsd.lib.mk 2008/09/24 16:41:22 1.281.2.2 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.lib.mk,v 1.281.2.1 2008/09/18 04:38:09 wrstuden Exp $ +# $NetBSD: bsd.lib.mk,v 1.281.2.2 2008/09/24 16:41:22 wrstuden Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .include @@ -509,6 +509,9 @@ lib${LIB}.so.${SHLIB_FULLVERSION}: ${SOL ${HOST_LN} -sf lib${LIB}.so.${SHLIB_FULLVERSION} lib${LIB}.so.tmp mv -f lib${LIB}.so.tmp lib${LIB}.so .endif +.if ${MKSTRIPIDENT} != "no" + ${OBJCOPY} -R .ident ${.TARGET} +.endif .if !empty(LOBJS) # { LLIBS?= -lc