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.69 retrieving revision 1.70 diff -u -p -r1.69 -r1.70 --- src/Makefile 1998/10/07 02:35:38 1.69 +++ src/Makefile 1998/10/15 02:50:00 1.70 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 1998/10/07 02:35:38 tv Exp $ +# $NetBSD: Makefile,v 1.70 1998/10/15 02:50:00 mycroft Exp $ .include # for configuration variables. @@ -89,6 +89,9 @@ build: beforeinstall (cd ${.CURDIR}/domestic/lib && \ ${MAKE} depend && NOMAN= ${MAKE} && NOMAN= ${MAKE} install) .endif +.if !defined(DESTDIR) + ldconfig -m /usr/lib +.endif ${MAKE} depend && ${MAKE} && ${MAKE} install .if defined(USE_EGCS) .if defined(DESTDIR) && (${HAVE_GCC28} == "")