8 lines
191 B
Makefile
8 lines
191 B
Makefile
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
|
|
# $Id: Makefile,v 1.4 1994/08/29 03:09:05 mycroft Exp $
|
|
|
|
PROG= ftp
|
|
SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
|
|
|
|
.include <bsd.prog.mk>
|