]> git.cameronkatri.com Git - apple_cmds.git/blob - remote_cmds/tftp.tproj/Makefile
file_cmds: Fix compilation for lower targets
[apple_cmds.git] / remote_cmds / tftp.tproj / Makefile
1 PROG= tftp
2 SRCS= main.c tftp.c tftpsubs.c
3
4 LDADD=-ledit
5
6 .include <bsd.prog.mk>