Index: etc/Makefile
===================================================================
RCS file: /home/dcvs/src/etc/Makefile,v
retrieving revision 1.217
diff -u -r1.217 Makefile
--- etc/Makefile	3 Oct 2008 10:27:42 -0000	1.217
+++ etc/Makefile	16 Oct 2008 07:24:17 -0000
@@ -194,7 +194,7 @@
 	${LN} -s "../dev/video/bktr/ioctl_bt848.h" ${DESTDIR}/usr/include/machine/ioctl_bt848.h
 	${LN} -s "../dev/video/meteor/ioctl_meteor.h" ${DESTDIR}/usr/include/machine/ioctl_meteor.h
 .if exists(${DESTDIR}/usr/lib/gcc2)
-	ldconfig -m ${DESTDIR}/usr/lib/gcc2
+	/sbin/ldconfig -m ${DESTDIR}/usr/lib/gcc2
 .endif
 .for lib in ${COMPAT_LIBS:M*.so.*}
 .if exists(${DESTDIR}/usr/lib/${lib})
@@ -224,7 +224,7 @@
 	rm -rf ${DESTDIR}/boot/modules.old/modules.old
 .endif
 .endif
-	ldconfig -R
+	/sbin/ldconfig -R
 .if !defined(BINARY_UPGRADE) # binary upgrade just copies these nodes
 .if !defined(NOMAN)
 	cd ${UPGRADE_SRCDIR}/../share/man; ${MAKE} makedb
