=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/ftp/Makefile 2003/11/20 23:32:26 1.20 --- src/usr.bin/ftp/Makefile 2006/05/16 16:20:42 1.21 *************** *** 1,6 **** ! # $OpenBSD: Makefile,v 1.20 2003/11/20 23:32:26 tedu Exp $ ! # Define SMALL to disable command line editing #CFLAGS+=-DSMALL # Uncomment the following to provide defaults for gate-ftp operation --- 1,6 ---- ! # $OpenBSD: Makefile,v 1.21 2006/05/16 16:20:42 deraadt Exp $ ! # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL # Uncomment the following to provide defaults for gate-ftp operation *************** *** 17,23 **** CPPFLAGS+= -DINET6 ! LDADD+= -ledit -lcurses -lutil DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} LDSTATIC= ${STATIC} --- 17,23 ---- CPPFLAGS+= -DINET6 ! LDADD+= -ledit -lcurses -lutil -lssl -lcrypto DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} LDSTATIC= ${STATIC}