aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-01-08 09:20:16 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-01-08 09:20:16 +0000
commita8a6cb214cb39aaba63d49843b7f5efbfc8b47a4 (patch)
tree5c46c135139126069c0f50b6bd1faea31ef7edf7 /usr.bin
parent5ff3832b04f675863374ccd6e5527addb63066d8 (diff)
downloadsrc-a8a6cb214cb39aaba63d49843b7f5efbfc8b47a4.tar.gz
src-a8a6cb214cb39aaba63d49843b7f5efbfc8b47a4.zip
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.
Notes
Notes: svn path=/head/; revision=13344
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/yacc/Makefile2
1 files changed, 2 insertions, 0 deletions
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} \