aboutsummaryrefslogtreecommitdiffstats
path: root/remote_cmds/tftp.tproj/Makefile
blob: b6ea09089ec00cb820628ad3a17e3ba89e43e80e (plain) (blame)
1
2
3
4
5
6
PROG=	tftp
SRCS=	main.c tftp.c tftpsubs.c

LDADD=-ledit

.include <bsd.prog.mk>