=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/Makefile,v retrieving revision 1.135 retrieving revision 1.136 diff -u -r1.135 -r1.136 --- src/Makefile 2019/12/21 21:39:59 1.135 +++ src/Makefile 2020/04/05 20:14:14 1.136 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.135 2019/12/21 21:39:59 espie Exp $ +# $OpenBSD: Makefile,v 1.136 2020/04/05 20:14:14 deraadt Exp $ # # For more information on building in tricky environments, please see @@ -88,9 +88,11 @@ cd ${.CURDIR}/lib && \ su ${BUILDUSER} -c 'exec ${MAKE}' && \ NOMAN=1 exec ${MAKE} install + /sbin/ldconfig -R cd ${.CURDIR}/gnu/lib && \ su ${BUILDUSER} -c 'exec ${MAKE}' && \ NOMAN=1 exec ${MAKE} install + /sbin/ldconfig -R su ${BUILDUSER} -c 'exec ${MAKE}' && \ exec ${MAKE} install /bin/sh ${.CURDIR}/distrib/sets/makeetcset ${.CURDIR} ${MAKE}