diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-01-27 22:27:42 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2021-01-27 22:27:42 +0000 |
commit | cc5daa8d0f8ab7d7523fc0725d36a53eb5bcc081 (patch) | |
tree | 2b5669b626bcf6cf5db3dd2dce294b562e9c0a38 /usr.bin/ftp/Makefile | |
parent | 60a2670b82a9d4c074f3627075905fca8730c180 (diff) |
update comment, SMALL was split into SMALL and NOSSL
Diffstat (limited to 'usr.bin/ftp/Makefile')
-rw-r--r-- | usr.bin/ftp/Makefile | 5 |
1 files 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 |