From d9b15587d5b1e448ad139aee2a21a20e8d21442d Mon Sep 17 00:00:00 2001 From: simonb Date: Sun, 9 Apr 2000 02:09:49 +0000 Subject: [PATCH] At least one crypto-intl lib has an info file(s) - add MKINFO=no to the early build of ../src/lib ala ../src/gnu/lib. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 543f0df6d074..175b6ef77c2a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2000/03/11 00:10:20 jlam Exp $ +# $NetBSD: Makefile,v 1.111 2000/04/09 02:09:49 simonb Exp $ # This is the top-level makefile for building NetBSD. For an outline of # how to build a snapshot or release, as well as other release engineering @@ -136,8 +136,8 @@ build: buildmsg beforeinstall ${MAKE} ${_J} MKMAN=no dependall && \ ${MAKE} MKMAN=no install) (cd ${.CURDIR}/lib && \ - ${MAKE} ${_J} MKMAN=no dependall && \ - ${MAKE} MKMAN=no install) + ${MAKE} ${_J} MKMAN=no MKINFO=no dependall && \ + ${MAKE} MKMAN=no MKINFO=no install) (cd ${.CURDIR}/gnu/lib && \ ${MAKE} ${_J} MKMAN=no MKINFO=no dependall && \ ${MAKE} MKMAN=no MKINFO=no install)