=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.26 retrieving revision 1.27 diff -c -r1.26 -r1.27 *** src/usr.bin/ftp/Makefile 2014/07/14 09:26:27 1.26 --- src/usr.bin/ftp/Makefile 2014/10/31 13:48:21 1.27 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.26 2014/07/14 09:26:27 jsing Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.27 2014/10/31 13:48:21 jsing Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL *************** *** 17,24 **** CPPFLAGS+= -DINET6 ! LDADD+= -ledit -lcurses -lutil -lressl -lssl -lcrypto ! DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBRESSL} ${LIBSSL} ${LIBCRYPTO} LDSTATIC= ${STATIC} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes --- 17,24 ---- CPPFLAGS+= -DINET6 ! LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto ! DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} LDSTATIC= ${STATIC} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes