more or less 4.3
[unix-history] / usr / src / libexec / tftpd / Makefile
#
# Copyright (c) 1983 Regents of the University of California.
# All rights reserved. The Berkeley software License Agreement
# specifies the terms and conditions for redistribution.
#
# @(#)Makefile 5.2 (Berkeley) %G%
#
ALL= tftpd.o tftpsubs.o
DESTDIR=
CFLAGS= -O
LDFLAGS=
tftpd: ${ALL}
${CC} ${LDFLAGS} -o tftpd ${ALL}
install:
install -s tftpd ${DESTDIR}/etc/tftpd
clean:
rm -f tftpd *.o *.s errs core a.out t.?