|
|
1.1 root 1: # Makefile 4.3 83/03/10
2:
3: CFLAGS=-O
4: DESTDIR=
5:
6: all: compact uncompact
7:
8: compact: compact.o tree.o
9: cc compact.o tree.o -o compact
10:
11: uncompact: uncompact.o tree.o
12: cc uncompact.o tree.o -o uncompact
13:
14: compact.o uncompact.o tree.o: compact.h
15:
16: install:
17: install -s compact ${DESTDIR}/usr/ucb
18: install -s uncompact ${DESTDIR}/usr/ucb
19: install -c -m 755 ccat.sh ${DESTDIR}/usr/ucb/ccat
20:
21: clean:
22: rm -f compact.o uncompact.o tree.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.