BSD 3 development
[unix-history] / usr / src / cmd / yacc / Makefile
CommitLineData
23b5fe19
BJ
1CFLAGS=-O -DWORD32
2head: yacc
3yacc: y1.o y2.o y3.o y4.o
4 $(CC) -o yacc y?.o
5y1.o y2.o y3.o y4.o: dextern files
6install:
7 install -s yacc $(DESTDIR)/usr/bin
8 install -c yaccpar $(DESTDIR)/usr/lib
9clean :
10 rm -f *.o