From: briggs Date: Thu, 27 Feb 1997 20:57:52 +0000 (+0000) Subject: We don't need this in /usr/src/Makefile. Call me a prude, if you like. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=62085dbc3aa8c6f6febe3baa519e46f00d08631b;p=openbsd We don't need this in /usr/src/Makefile. Call me a prude, if you like. --- diff --git a/Makefile b/Makefile index bb1790311a3..90227c532d3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 1996/12/13 15:45:58 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 1997/02/27 20:57:52 briggs Exp $ # $NetBSD: Makefile,v 1.25 1995/10/09 02:11:28 thorpej Exp $ .include # for NOMAN, if it's there. @@ -47,7 +47,7 @@ build: (cd ${.CURDIR}/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) (cd ${.CURDIR}/gnu/lib && ${MAKE} depend && ${MAKE} && ${MAKE} install) .if (${MACHINE_ARCH} == "mips") - ldconfig # Fuck. + ldconfig .endif .if defined(KERBEROS) (cd ${.CURDIR}/kerberosIV && ${MAKE} build)