|
|
1.1 ! root 1: # ! 2: # Copyright (c) 1984, 1985 Xerox Corp. ! 3: # ! 4: # ! 5: BINS= charset dipress ipf ipmetrics iptotext iptroff maha makextdev qip restotext stackres texttoip ! 6: ! 7: install: iptroff ! 8: for i in ${BINS}; do \ ! 9: (install -c $$i ${DESTBIN}/$$i); done ! 10: ! 11: iptroff: ../src/bin/iptroff.skel ! 12: sed "2s;^#;# THIS FILE WAS AUTOMATICALLY PRODUCED;" < ../src/bin/iptroff.skel > iptroff.skel0 ! 13: sed "s;DESTBIN;${DESTBIN};" < iptroff.skel0 > iptroff.skel1 ! 14: sed "s;DESTLIB;${DESTLIB};" < iptroff.skel1 > iptroff.skel2 ! 15: sed "s;TITROFFBINARY;${TITROFFBINARY};" < iptroff.skel2 > iptroff ! 16: install -c -m 755 iptroff ${DESTBIN} ! 17: rm -f iptroff.skel0 iptroff.skel1 iptroff.skel2 ! 18: ! 19: clean: ! 20: rm -f ${BINS}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.