|
|
1.1 ! root 1: # /usr/src/cmd/yacc/Makefile 2/20/91 ! 2: # For i8086: LFLAGS=-n. ! 3: ! 4: DESTDIR=/bin386/bin/ ! 5: CFLAGS=-O ! 6: LDFLAGS= ! 7: LD=cc ! 8: CC=cc ! 9: ! 10: O= y0.o y1.o y2.o y3.o y4.o y5.o y6.o ! 11: ! 12: yacc: $O ! 13: $(LD) $(LDFLAGS) -so $(DESTDIR)$@ $O ! 14: ! 15: install: yacc ! 16: su root `srcpath installer` ! 17: ! 18: y0.o y1.o y4.o: yacc.h ! 19: y3.o: yacc.h assert.h ! 20: y2.o y6.o: yacc.h action.h ! 21: y5.o: yacc.h assert.h action.h ! 22: ! 23: # end of /usr/src/cmd/yacc/Makefile
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.