From: op Date: Wed, 28 Jun 2023 17:36:51 +0000 (+0000) Subject: revert makefile change included by mistake in previous X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=40542d6faa8058e6a2b53a6519ee77e3e8395fbd;p=openbsd revert makefile change included by mistake in previous --- diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 60dd76144f3..fcda3f80f61 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.36 2023/06/28 17:35:06 op Exp $ +# $OpenBSD: Makefile,v 1.37 2023/06/28 17:36:51 op Exp $ # Define SMALL to disable command line editing and some other features, # NOSSL to disable https support. @@ -12,6 +12,5 @@ LDADD+= -ledit -lcurses -ltls -lssl -lcrypto DPADD+= ${LIBEDIT} ${LIBCURSES} ${LIBTLS} ${LIBSSL} ${LIBCRYPTO} #COPTS+= -Wall -Wconversion -Wstrict-prototypes -Wmissing-prototypes -COPTS+= -Wall -Wstrict-prototypes -Wmissing-prototypes .include