8 lines
200 B
Makefile
8 lines
200 B
Makefile
# from: @(#)Makefile 5.11 (Berkeley) 5/11/90
|
|
# $Id: Makefile,v 1.2 1993/07/31 15:22:29 mycroft Exp $
|
|
|
|
PROG= ftp
|
|
SRCS= cmds.c cmdtab.c ftp.c glob.c main.c ruserpass.c domacro.c
|
|
|
|
.include <bsd.prog.mk>
|