a40e2f2822
clarify a bit (specifically, routines in tftp.c now does not modify "peeraddr")
11 lines
246 B
Makefile
11 lines
246 B
Makefile
# $NetBSD: Makefile,v 1.6 1999/07/12 20:19:20 itojun Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= tftp
|
|
SRCS= main.c tftp.c tftpsubs.c
|
|
|
|
# cope with past spec changes
|
|
CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family
|
|
|
|
.include <bsd.prog.mk>
|