|
|
1.1 ! root 1: all: edb2dbm edbcat ! 2: ! 3: edb2dbm: edb2dbm.o ! 4: $(CC) -o $@ $? -lgdbm ! 5: ! 6: edbcat: edbcat.o ! 7: $(CC) -o $@ $? -lgdbm ! 8: ! 9: tree2dbm: ! 10: ! 11: syncedb: ! 12: ! 13: synctree: ! 14: ! 15: inst-all: edb2dbm edbcat tree2dbm syncedb synctree ! 16: install -c -m 755 edb2dbm $(SBINDIR)edb2dbm ! 17: install -c -m 755 edbcat $(SBINDIR)edbcat ! 18: install -c -m 755 tree2dbm $(SBINDIR)tree2dbm ! 19: install -c -m 755 syncedb $(SBINDIR)syncedb ! 20: install -c -m 755 synctree $(SBINDIR)synctree ! 21: ! 22: clean: ! 23: rm -f *.o a.out _* edb2dbm edbcat core
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.