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/Makefile,v retrieving revision 1.72 retrieving revision 1.73 diff -u -p -r1.72 -r1.73 --- src/Makefile 1998/10/18 20:41:39 1.72 +++ src/Makefile 1998/12/02 22:53:06 1.73 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 1998/10/18 20:41:39 thorpej Exp $ +# $NetBSD: Makefile,v 1.73 1998/12/02 22:53:06 thorpej Exp $ .include # for configuration variables. @@ -98,11 +98,6 @@ build: beforeinstall (cd ${.CURDIR}/domestic/lib && \ ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install) .endif -.if !defined(DESTDIR) - if [ -f /sbin/ldconfig ]; then \ - /sbin/ldconfig -m /usr/lib; \ - fi -.endif ${MAKE} depend && ${MAKE} && ${MAKE} install @echo -n "Build finished at: " @date