Home | History | Annotate | Line # | Download | only in ftp
Makefile revision 1.6
      1  1.5  tls #	@(#)Makefile	8.2 (Berkeley) 4/3/94
      2  1.6  cgd #       $NetBSD: Makefile,v 1.6 1995/11/22 21:52:48 cgd Exp $
      3  1.1  cgd 
      4  1.1  cgd PROG=	ftp
      5  1.3  cgd SRCS=	cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
      6  1.6  cgd CFLAGS+= -Dunix
      7  1.1  cgd 
      8  1.1  cgd .include <bsd.prog.mk>
      9