|
|
1.1 ! root 1: DESTDIR=/bin386/etc/ ! 2: # ! 3: # for Inetco : CFLAGS = -O -DHPCOHERENT ! 4: # for PDP-11 : CFLAGS = -O ! 5: # others : CFLAGS = ! 6: # ! 7: CFLAGS = -O -D__COHERENT__ ! 8: # ! 9: # for PDP-11 and IBM PC: LFLAGS = -i ! 10: # for Z8000 : LFLAGS = ! 11: # ! 12: LFLAGS = -i ! 13: OBJ=main.o init.o phase1.o phase1b.o phase2.o phase3.o phase4.o phase5.o\ ! 14: phase6.o cleanup.o util.o printf.o link.o virtual.o is_fs.o ! 15: ! 16: fsck: $(OBJ) ! 17: $(CC) $(CFLAGS) $(LFLAGS) -o $(DESTDIR)fsck $(OBJ) ! 18: ! 19: # ! 20: # for IBM PC Coherent executable, use: -DNBLK=1 ! 21: # for others, use : -DNBLK=8 ! 22: # ! 23: # If you are running out of malloc space, try lowering the ! 24: # value of NBLK (no smaller than 1). ! 25: # ! 26: ! 27: util.o: util.c ! 28: $(CC) -c $(CFLAGS) util.c -DNBLK=8 ! 29: ! 30: $(OBJ): fsck.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.