|
|
1.1 ! root 1: # Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. ! 2: ! 3: DEST1 = /usr/man/man1 ! 4: DEST5 = /usr/man/man5 ! 5: ! 6: PRINT = vtroff -man ! 7: ! 8: all: ! 9: ! 10: install: ! 11: cp man1/b.1 $(DEST1)/b.1 ! 12: cp man5/bterminal.5 $(DEST5)/bterminal.5 ! 13: ! 14: clean: ! 15: ! 16: update: ! 17: ! 18: print: ! 19: cd man1; $(PRINT) b.1 ! 20: cd man5; $(PRINT) bterminal.5
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.