summaryrefslogtreecommitdiff
path: root/usr.bin/tftp/Makefile
blob: 10e2b97e8c5402b2f8908545b6dc368ed1775640 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.2 1996/06/26 05:40:33 deraadt Exp $
#	$NetBSD: Makefile,v 1.3 1994/12/08 09:51:23 jtc Exp $

PROG=	tftp
SRCS=	main.c tftp.c tftpsubs.c

.include <bsd.prog.mk>