From a60dba073b75e37aa7e1d7c3043f79fb0871e4f7 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 13 Dec 1996 15:45:58 +0000 Subject: [PATCH] ldconfig hack for the mips --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1810420bf2c..bb1790311a3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 1996/06/02 10:44:55 tholo Exp $ +# $OpenBSD: Makefile,v 1.13 1996/12/13 15:45:58 deraadt Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. @@ -46,6 +46,9 @@ build: ${MAKE} cleandir (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) +.if (${MACHINE_ARCH} == "mips") + ldconfig # Fuck. +.endif .if defined(KERBEROS) (cd ${.CURDIR}/kerberosIV && ${MAKE} build) .endif -- 2.20.1