NetBSD/usr.bin/ftp/Makefile

8 lines
191 B
Makefile
Raw Normal View History

1994-08-29 07:09:05 +04:00
# from: @(#)Makefile 8.2 (Berkeley) 4/3/94
# $Id: Makefile,v 1.4 1994/08/29 03:09:05 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= ftp
1994-08-25 07:47:50 +04:00
SRCS= cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>