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.137 retrieving revision 1.138 diff -u -p -r1.137 -r1.138 --- src/share/mk/bsd.lib.mk 1998/08/09 14:46:19 1.137 +++ src/share/mk/bsd.lib.mk 1998/08/22 18:59:40 1.138 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.lib.mk,v 1.137 1998/08/09 14:46:19 lukem Exp $ +# $NetBSD: bsd.lib.mk,v 1.138 1998/08/22 18:59:40 tv Exp $ # @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 .if !target(__initialized__) @@ -202,7 +202,7 @@ all: ${SRCS} ${_LIBS} __archivebuild: .USE @rm -f ${.TARGET} - @${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC} | ${TSORT}` + @${AR} cq ${.TARGET} `NM=${NM} ${LORDER} ${.ALLSRC:M*o} | ${TSORT}` ${RANLIB} ${.TARGET} __archiveinstall: .USE