mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 04:43:32 +00:00
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.
This commit is contained in:
parent
5ff3832b04
commit
a8a6cb214c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13344
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user