summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-08 09:20:16 +0000
committerpeter <peter@FreeBSD.org>1996-01-08 09:20:16 +0000
commita09220052fd33a1d0220b323549ec3b0a6c8a837 (patch)
tree5c46c135139126069c0f50b6bd1faea31ef7edf7 /usr.bin/yacc
parent7bb490a7771422fe0a4fdb1ec05660af36df5559 (diff)
downloadFreeBSD-src-a09220052fd33a1d0220b323549ec3b0a6c8a837.zip
FreeBSD-src-a09220052fd33a1d0220b323549ec3b0a6c8a837.tar.gz
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.
Diffstat (limited to 'usr.bin/yacc')
-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 5ff2152..41aa232 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} \
OpenPOWER on IntegriCloud