|
|
1.1 root 1: all:
2: cc -O -z -d2 ls.c -o ls
3: cc -O -z ucbls.c -o ucbls
4: install:
5: install -s ls ${DESTDIR}/bin/ls
6: install -s ucbls ${DESTDIR}/usr/ucb/ls
7: rm -f ${DESTDIR}/usr/ucb/l
8: ln ${DESTDIR}/usr/ucb/ls ${DESTDIR}/usr/ucb/l
9: clean:
10: rm -f ls ucbls
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.