|
|
1.1 root 1: #
2: # @(#)Makefile 4.1 (Berkeley) 3/8/83
3: #
4: DESTDIR=
5:
6: SOURCES=vprint.sh vtroff.sh vpq.sh vpr.sh vprm.sh
7:
8: all: ${SOURCES}
9:
10: install: all
11: install -c vprint.sh ${DESTDIR}/usr/ucb/vprint
12: install -c vtroff.sh ${DESTDIR}/usr/ucb/vtroff
13: install -c vpq.sh ${DESTDIR}/usr/ucb/vpq
14: install -c vpr.sh ${DESTDIR}/usr/ucb/vpr
15: install -c vprm.sh ${DESTDIR}/usr/ucb/vprm
16:
17: clean:
18: rm -f errs
19:
20: vprintall:
21: csh /usr/ucb/vprint ${SOURCES}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.