NetBSD/usr.bin/tftp/Makefile

11 lines
246 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1999/07/12 20:19:20 itojun Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= tftp
SRCS= main.c tftp.c tftpsubs.c
# 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>