From owner-cvs-all Wed Jun 17 02:35:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA11439 for cvs-all-outgoing; Wed, 17 Jun 1998 02:35:51 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA11434; Wed, 17 Jun 1998 02:35:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA00700; Wed, 17 Jun 1998 02:34:44 -0700 (PDT) Date: Wed, 17 Jun 1998 02:34:44 -0700 (PDT) Message-Id: <199806170934.CAA00700@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG Subject: cvs commit: src Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/17 02:34:44 PDT Modified files: . Makefile Log: Added yacc to the bootstrap tools. It is needed very early to build at least compile_et and lex, and although almost any version of yacc could work, the version in -stable doesn't actually work with -current makefiles because it doesn't support -o. Submitted by: Ian Holland Revision Changes Path 1.203 +4 -1 src/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message