=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/ftp/Makefile 2015/02/09 08:24:20 1.28 --- src/usr.bin/ftp/Makefile 2015/10/12 16:39:07 1.29 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.28 2015/02/09 08:24:20 tedu Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.29 2015/10/12 16:39:07 deraadt Exp $ # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL *************** *** 11,17 **** LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} - LDSTATIC= ${STATIC} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes --- 11,16 ----