|
|
1.1 root 1: # Makefile 6/12/83
2: ALL= tftp
3: DESTDIR=
4: CFLAGS=-O
5:
6: all: ${ALL}
7:
8: tftp: main.o tftp.o
9: ${CC} main.o tftp.o -o tftp
10:
11: clean:
12: rm -f ${ALL} *.o *.s errs core a.out t.?
13:
14: install:
15: install -s tftp ${DESTDIR}/usr/ucb
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.