1# @(#)Makefile 8.1 (Berkeley) 06/06/93 2 3PROG= ftp 4SRCS= cmds.c cmdtab.c ftp.c glob.c main.c ruserpass.c domacro.c 5 6.include <bsd.prog.mk> 7