Merge branches 'master' and 'suser_to_priv'
[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
7 .include <bsd.prog.mk>