diff options
author | Omar Polo <op@cvs.openbsd.org> | 2023-06-28 17:36:52 +0000 |
---|---|---|
committer | Omar Polo <op@cvs.openbsd.org> | 2023-06-28 17:36:52 +0000 |
commit | 8ca2a204e76db843563bdb99994317b5962599b5 (patch) | |
tree | a9304b98998a5930dce8d0f8fe0b65b3e9e9d27f /usr.bin | |
parent | 8d92307b08e44e8b120c85857bc90bb5f2602752 (diff) |
revert makefile change included by mistake in previous
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ftp/Makefile | 3 |
1 files changed, 1 insertions, 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 <bsd.prog.mk> |