cleanups
[unix-history] / usr / src / libexec / tftpd / Makefile
CommitLineData
45d7ce84
GM
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#
c7977f32 6# @(#)Makefile 5.2 (Berkeley) %G%
45d7ce84
GM
7#
8
c7977f32 9ALL= tftpd.o tftpsubs.o
45d7ce84
GM
10DESTDIR=
11CFLAGS= -O
12LDFLAGS=
13
14tftpd: ${ALL}
15 ${CC} ${LDFLAGS} -o tftpd ${ALL}
16
17install:
18 install -s tftpd ${DESTDIR}/etc/tftpd
19
20clean:
21 rm -f tftpd *.o *.s errs core a.out t.?