mdoc version three/remove author section/sort sections/bsd copyright
[unix-history] / usr / src / usr.bin / yacc / Makefile
CommitLineData
f99aa6cb 1# @(#)Makefile 5.3 (Berkeley) %G%
662ace95
KB
2
3PROG= yacc
a182ec74
KB
4SRCS= closure.c error.c lalr.c lr0.c main.c mkpar.c output.c reader.c \
5 skeleton.c symtab.c verbose.c warshall.c
f99aa6cb
KB
6MAN1= yacc.0 yyfix.0
7
8beforeinstall:
9 install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
10 ${.CURDIR}/yyfix.sh ${DESTDIR}${BINDIR}/yyfix
a182ec74 11
662ace95 12.include <bsd.prog.mk>