[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.32 and 1.33

version 1.32, 2019/05/12 20:58:19 version 1.33, 2019/05/16 12:44:17
Line 1 
Line 1 
 # $OpenBSD$  #       $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=   cmd.c file.c ftp.c http.c main.c progressmeter.c url.c util.c xmalloc.c  SRCS=   cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.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.32  
changed lines
  Added in v.1.33