|
|
1.1 root 1: # Makefile 4.1 83/02/10
2:
3: CFLAGS=-O
4:
5: diff3: diff3.o
6: cc -o diff3 diff3.o
7:
8: install: diff3
9: install -s diff3 $(DESTDIR)/usr/lib
10: install -c diff3.sh $(DESTDIR)/usr/bin/diff3
11:
12: clean:
13: rm -f diff3.o diff3
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.