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

Diff for /src/usr.bin/ftp/Makefile between version 1.9 and 1.10

version 1.9, 1997/04/10 00:17:06 version 1.10, 1997/07/25 21:56:16
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       $NetBSD: Makefile,v 1.11 1997/03/24 21:59:36 christos Exp $  #       $NetBSD: Makefile,v 1.12 1997/07/20 09:45:35 lukem Exp $
 #       from: @(#)Makefile      8.2 (Berkeley) 4/3/94  #       from: @(#)Makefile      8.2 (Berkeley) 4/3/94
   
 # define SMALL to disable command line editing  # define SMALL to disable command line editing
Line 11 
Line 11 
   
 LDADD+= -ledit -ltermcap  LDADD+= -ledit -ltermcap
 DPADD+= ${LIBEDIT} ${LIBTERMCAP}  DPADD+= ${LIBEDIT} ${LIBTERMCAP}
   
   #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10