[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / ftp

Annotation of src/usr.bin/ftp/Makefile, Revision 1.2

1.1       deraadt     1: #      @(#)Makefile    8.2 (Berkeley) 4/3/94
1.2     ! deraadt     2: #       $NetBSD: Makefile,v 1.6 1995/11/22 21:52:48 cgd Exp $
1.1       deraadt     3:
                      4: PROG=  ftp
                      5: SRCS=  cmds.c cmdtab.c ftp.c main.c ruserpass.c domacro.c
1.2     ! deraadt     6: CFLAGS+= -Dunix
1.1       deraadt     7:
                      8: .include <bsd.prog.mk>