7 lines
129 B
Makefile
7 lines
129 B
Makefile
|
# @(#)Makefile 8.2 (Berkeley) 4/3/94
|
||
|
|
||
|
PROG= ftp
|
||
|
SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|