1# $OpenBSD: Makefile,v 1.4 2003/04/17 17:17:27 henning Exp $ 2 3PROG= tftp 4CFLAGS+=-Wall 5SRCS= main.c tftp.c tftpsubs.c 6 7.include <bsd.prog.mk> 8