|
|
coherent
DESTDIR=/interim/etc/ DESTDIR386=/bin386/etc/ # # for Inetco : CFLAGS = -O -DHPCOHERENT # for PDP-11 : CFLAGS = -O # others : CFLAGS = # CFLAGS = -O # # for PDP-11 and IBM PC: LFLAGS = -i # for Z8000 : LFLAGS = # LFLAGS = -i OBJ=main.o init.o phase1.o phase1b.o phase2.o phase3.o phase4.o phase5.o\ phase6.o cleanup.o util.o printf.o link.o virtual.o is_fs.o fsck: $(OBJ) $(CC) $(CFLAGS) $(LFLAGS) -o $(DESTDIR)fsck $(OBJ) fsck386:$(OBJ) $(CC) $(CFLAGS) $(LFLAGS) -o $(DESTDIR386)fsck $(OBJ) # # for IBM PC Coherent executable, use: -DNBLK=1 # for others, use : -DNBLK=8 # # If you are running out of malloc space, try lowering the # value of NBLK (no smaller than 1). # util.o: util.c $(CC) -c $(CFLAGS) $< -DNBLK=8 $(OBJ): fsck.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.