1999-07-13 00:19:20 +04:00
|
|
|
# $NetBSD: Makefile,v 1.6 1999/07/12 20:19:20 itojun Exp $
|
1994-12-08 12:51:23 +03:00
|
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= tftp
|
|
|
|
SRCS= main.c tftp.c tftpsubs.c
|
|
|
|
|
1999-07-13 00:19:20 +04:00
|
|
|
# cope with past spec changes
|
|
|
|
CPPFLAGS+=-Dss_len=__ss_len -Dss_family=__ss_family
|
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
.include <bsd.prog.mk>
|