must rm before ln
[unix-history] / usr / src / usr.bin / tftp / Makefile
CommitLineData
3f38d406 1# Makefile %G%
86fe57d4 2ALL= tftp
7e65e916 3DESTDIR=
3f38d406
SL
4CFLAGS=-O
5
6all: ${ALL}
7
3f38d406 8tftp: main.o tftp.o
61ad9979 9 ${CC} main.o tftp.o -o tftp
3f38d406 10
3f38d406
SL
11clean:
12 rm -f ${ALL} *.o *.s errs core a.out t.?
13
86fe57d4 14install:
7e65e916 15 install -s tftp ${DESTDIR}/usr/ucb