From owner-freebsd-commit Mon Jan 8 01:20:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24390 for freebsd-commit-outgoing; Mon, 8 Jan 1996 01:20:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24375 for cvs-all-outgoing; Mon, 8 Jan 1996 01:20:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24363 for cvs-usrbin-outgoing; Mon, 8 Jan 1996 01:20:24 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA24353 Mon, 8 Jan 1996 01:20:19 -0800 (PST) Date: Mon, 8 Jan 1996 01:20:19 -0800 (PST) From: Peter Wemm Message-Id: <199601080920.BAA24353@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/08 01:20:18 Modified: usr.bin/yacc Makefile Log: Install yacc with a link as byacc (and the man page). Some gnu autoconf scripts that check for features/fixes in bison also check for byacc and dont find it unless there is a 'byacc' in the path. Revision Changes Path 1.4 +2 -0 src/usr.bin/yacc/Makefile