ea57453c9d01ed56c497bd74b2419cbf37bb5465
[dragonfly.git] / usr.bin / tftp / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $DragonFly: src/usr.bin/tftp/Makefile,v 1.2 2007/08/27 16:50:59 pavalos Exp $
3
4 PROG=   tftp
5 SRCS=   main.c tftp.c tftpsubs.c
6 WARNS?= 6
7
8 .include <bsd.prog.mk>