=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/Makefile,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/ftp/Makefile 2016/05/06 22:06:09 1.30 --- src/usr.bin/ftp/Makefile 2019/05/12 20:44:39 1.31 *************** *** 1,15 **** ! # $OpenBSD: Makefile,v 1.30 2016/05/06 22:06:09 jca Exp $ ! ! # Define SMALL to disable command line editing and https support #CFLAGS+=-DSMALL PROG= ftp ! 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 .include --- 1,10 ---- ! # Define SMALL to disable command line editing #CFLAGS+=-DSMALL PROG= ftp ! SRCS= cmd.c file.c ftp.c http.c main.c progressmeter.c url.c util.c xmalloc.c LDADD+= -ledit -lcurses -lutil -ltls -lssl -lcrypto DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBUTIL} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} .include