We don't need this in /usr/src/Makefile. Call me a prude, if you like.
authorbriggs <briggs@openbsd.org>
Thu, 27 Feb 1997 20:57:52 +0000 (20:57 +0000)
committerbriggs <briggs@openbsd.org>
Thu, 27 Feb 1997 20:57:52 +0000 (20:57 +0000)
Makefile

index bb17903..90227c5 100644 (file)
--- 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 <bsd.own.mk>  # 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)