From 2d0a92c9ab15c6df408f4fe864cee256e1dc9f8a Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 1 Oct 2019 14:55:16 +0000 Subject: Move simple_httpd out of picobsd, add HTTPD option (default OFF) picobsd/tinyware has had this compact HTTPD server for a long time, and some people do use it. Move it out into usr.sbin well in advance of any action being taken on picobsd. This has been gated behind an HTTPD option defaulted to *off*, primarily for two reasons: 1.) This code likely needs a good audit, as it's been living off in picobsd land for a long time, and 2.) We don't currently ship an httpd and this may not be a welcome surprise. Reviewed by: eugen Differential Revision: https://reviews.freebsd.org/D21724 --- share/mk/src.opts.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'share/mk') diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index fac7f8d019db..fcba0a0f184a 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -198,6 +198,7 @@ __DEFAULT_NO_OPTIONS = \ EXPERIMENTAL \ GNU_GREP_COMPAT \ HESIOD \ + HTTPD \ LIBSOFT \ LOADER_FIREWIRE \ LOADER_FORCE_LE \ -- cgit v1.2.3