date and time created 87/05/10 14:32:07 by minshall
[unix-history] / usr / src / usr.bin / tftp / Makefile
CommitLineData
d0aeaf5a
DF
1#
2# Copyright (c) 1983 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6457cfd6 6# @(#)Makefile 5.2 (Berkeley) %G%
d0aeaf5a 7#
86fe57d4 8ALL= tftp
7e65e916 9DESTDIR=
3f38d406
SL
10CFLAGS=-O
11
12all: ${ALL}
13
6457cfd6
GM
14tftp: main.o tftp.o tftpsubs.o
15 ${CC} main.o tftp.o tftpsubs.o -o tftp
3f38d406 16
3f38d406
SL
17clean:
18 rm -f ${ALL} *.o *.s errs core a.out t.?
19
86fe57d4 20install:
7e65e916 21 install -s tftp ${DESTDIR}/usr/ucb