revert makefile change included by mistake in previous
authorop <op@openbsd.org>
Wed, 28 Jun 2023 17:36:51 +0000 (17:36 +0000)
committerop <op@openbsd.org>
Wed, 28 Jun 2023 17:36:51 +0000 (17:36 +0000)
usr.bin/ftp/Makefile

index 60dd761..fcda3f8 100644 (file)
@@ -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 <bsd.prog.mk>