=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/ftp/Makefile 2009/05/05 19:35:30 1.25 +++ src/usr.bin/ftp/Makefile 2014/07/14 09:26:27 1.26 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.25 2009/05/05 19:35:30 martynas Exp $ +# $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 @@ -17,8 +17,8 @@ CPPFLAGS+= -DINET6 -LDADD+= -ledit -lcurses -lutil -lssl -lcrypto -DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} +LDADD+= -ledit -lcurses -lutil -lressl -lssl -lcrypto +DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBRESSL} ${LIBSSL} ${LIBCRYPTO} LDSTATIC= ${STATIC} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes