=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/ftp/Makefile 2021/01/27 22:27:41 1.34 --- src/usr.bin/ftp/Makefile 2021/02/16 16:27:34 1.35 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.34 2021/01/27 22:27:41 sthen Exp $ # Define SMALL to disable command line editing and some other features, # NOSSL to disable https support. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.35 2021/02/16 16:27:34 naddy Exp $ # Define SMALL to disable command line editing and some other features, # NOSSL to disable https support. *************** *** 8,15 **** SRCS= cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \ list.c main.c ruserpass.c small.c stringlist.c util.c ! LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto ! DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes --- 8,15 ---- SRCS= cmds.c cmdtab.c complete.c cookie.c domacro.c fetch.c ftp.c \ list.c main.c ruserpass.c small.c stringlist.c util.c ! LDADD+= -ledit -lcurses -ltls -lssl -lcrypto ! DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes