From 40542d6faa8058e6a2b53a6519ee77e3e8395fbd Mon Sep 17 00:00:00 2001 From: op Date: Wed, 28 Jun 2023 17:36:51 +0000 Subject: [PATCH] revert makefile change included by mistake in previous --- usr.bin/ftp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1