NetBSD/usr.bin/tftp/Makefile

10 lines
196 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2009/04/14 22:15:27 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
2007-05-28 16:06:17 +04:00
USE_FORT?= yes # network client
1993-03-21 12:45:37 +03:00
PROG= tftp
SRCS= main.c tftp.c tftpsubs.c
.include <bsd.prog.mk>