From bb8875b8e4f8d95cf36ff2f1f0d07d3d4b7437e9 Mon Sep 17 00:00:00 2001 From: sthen Date: Wed, 27 Jan 2021 22:27:41 +0000 Subject: [PATCH] update comment, SMALL was split into SMALL and NOSSL --- usr.bin/ftp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/ftp/Makefile b/usr.bin/ftp/Makefile index 4746b1e850e..3eb5a9c261d 100644 --- a/usr.bin/ftp/Makefile +++ b/usr.bin/ftp/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.33 2019/05/16 12:44:17 florian Exp $ +# $OpenBSD: Makefile,v 1.34 2021/01/27 22:27:41 sthen Exp $ -# Define SMALL to disable command line editing and https support +# Define SMALL to disable command line editing and some other features, +# NOSSL to disable https support. #CFLAGS+=-DSMALL PROG= ftp -- 2.20.1