diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-12-28 17:48:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2016-12-28 17:48:05 +0000 |
commit | baa5c4c8963ce87e54e776769cad6e11b37b4cc9 (patch) | |
tree | dd01d3a2c10e68f76ac312ef910644c672f57d77 /distrib | |
parent | 78bcab5a5c200a429af92290e862e9f8a619eb00 (diff) |
Split -DSMALL into -DNOSSL, so that a SSL-enabled version of ftp can
be built, which is still pretty small (in distrib/special/ftp-ssl).
Lots of testing by rpe.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/special/ftp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/ftp/Makefile b/distrib/special/ftp/Makefile index aff26010d85..1c64efe2fff 100644 --- a/distrib/special/ftp/Makefile +++ b/distrib/special/ftp/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.11 2016/05/04 19:48:08 jca Exp $ +# $OpenBSD: Makefile,v 1.12 2016/12/28 17:48:02 deraadt Exp $ -CFLAGS+=-DSMALL +CFLAGS+=-DSMALL -DNOSSL PROG= ftp SRCS= fetch.c ftp.c main.c small.c util.c |