summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/Makefile
blob: 71633a3e40e848faaf8bea1f77232072b9934812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	5.3 (Berkeley) 5/12/90

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.0 yyfix.0

beforeinstall:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/yyfix.sh ${DESTDIR}${BINDIR}/yyfix

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud