From a8a6cb214cb39aaba63d49843b7f5efbfc8b47a4 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 8 Jan 1996 09:20:16 +0000 Subject: [PATCH] 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. --- usr.bin/yacc/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.bin/yacc/Makefile b/usr.bin/yacc/Makefile index 5ff2152d26f4..41aa232c71f1 100644 --- a/usr.bin/yacc/Makefile +++ b/usr.bin/yacc/Makefile @@ -4,6 +4,8 @@ PROG= yacc SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \ skeleton.c symtab.c verbose.c warshall.c MAN1= yacc.1 yyfix.1 +LINKS+= ${BINDIR}/yacc ${BINDIR}/byacc +MLINKS+=yacc.1 byacc.1 beforeinstall: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \