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