using just ldconfig is a bad idea, use -R
authorderaadt <deraadt@openbsd.org>
Sun, 9 Apr 2000 07:48:14 +0000 (07:48 +0000)
committerderaadt <deraadt@openbsd.org>
Sun, 9 Apr 2000 07:48:14 +0000 (07:48 +0000)
Makefile

index 52678bb..d7fbc4e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile,v 1.54 2000/03/10 22:05:49 niklas Exp $
+#      $OpenBSD: Makefile,v 1.55 2000/04/09 07:48:14 deraadt Exp $
 
 #
 # For more information on building in tricky environments, please see
@@ -93,7 +93,7 @@ build:
            ${MAKE} -f Makefile.bsd-wrapper perl.lib && \
            ${SUDO} ${MAKE} -f Makefile.bsd-wrapper install.lib)
 .if (${MACHINE_ARCH} == "mips")
-       ldconfig
+       ldconfig -R
 .endif
        ${MAKE} depend && ${MAKE} && ${SUDO} ${MAKE} install