|
|
1.1 ! root 1: # ! 2: # Make the Xinu configuration program ! 3: # ! 4: all: config ! 5: ! 6: config: lex.yy.c y.tab.c ! 7: cc -o config y.tab.c -ll ! 8: ! 9: lex.yy.c: config.l ! 10: lex config.l ! 11: ! 12: y.tab.c: config.y ! 13: yacc config.y ! 14: ! 15: install: config ! 16: cp config ../sys/config ! 17: ! 18: clean: ! 19: rm -f lex.yy.c y.tab.c core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.