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

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

1.9     ! millert     1: #      $OpenBSD: Makefile,v 1.8 1997/03/26 00:35:23 deraadt Exp $
        !             2: #      $NetBSD: Makefile,v 1.11 1997/03/24 21:59:36 christos Exp $
1.5       millert     3: #      from: @(#)Makefile      8.2 (Berkeley) 4/3/94
                      4:
1.7       millert     5: # define SMALL to disable command line editing
                      6: #CFLAGS+=-DSMALL
1.1       deraadt     7:
                      8: PROG=  ftp
1.7       millert     9: SRCS=  cmds.c cmdtab.c complete.c domacro.c fetch.c ftp.c main.c ruserpass.c \
1.6       millert    10:        stringlist.c util.c
1.5       millert    11:
                     12: LDADD+=        -ledit -ltermcap
1.8       deraadt    13: DPADD+=        ${LIBEDIT} ${LIBTERMCAP}
1.1       deraadt    14:
                     15: .include <bsd.prog.mk>