[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.30 and 1.31

version 1.30, 2016/05/06 22:06:09 version 1.31, 2019/05/12 20:44:39
Line 1 
Line 1 
 #       $OpenBSD$  # Define SMALL to disable command line editing
   
 # Define SMALL to disable command line editing and https support  
 #CFLAGS+=-DSMALL  #CFLAGS+=-DSMALL
   
 PROG=   ftp  PROG=   ftp
 SRCS=   cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \  SRCS=   cmd.c file.c ftp.c http.c main.c progressmeter.c url.c util.c xmalloc.c
         list.c main.c ruserpass.c small.c stringlist.c util.c  
   
 LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto  LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto
 DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}  DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO}
   
 #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31