|
|
1.1 root 1: DESTDIR =
2: DESTBIN = ${DESTDIR}/usr/new
3:
4: BINS = xnsbfs xnscourier registerhost \
5: gaptelnet getprintstatus xnsprint xnsftp \
6: xnscreds xnsarchive xnsrestore xnsbrowse xnsrprint vpfile
7:
8: install: ${DESTBIN}
9: for i in ${BINS}; do \
10: (install -c $$i ${DESTBIN}/$$i); done
11:
12: clean:
13: -rm -f ${BINS} *.BAK *.CKP
14:
15:
16: ${DESTBIN}:
17: mkdir ${DESTBIN}
18:
19: rcs:
20: rcs -l RCS/*
21: cat ../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.