1# @(#)Makefile 8.2 (Berkeley) 04/03/94 2 3PROG= ftp 4SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c 5 6.include <bsd.prog.mk> 7