summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-10-01 14:55:16 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-10-01 14:55:16 +0000
commit2d0a92c9ab15c6df408f4fe864cee256e1dc9f8a (patch)
treec38b17a86d870f51fb9aa4b603af5977a80b02fd /usr.sbin/Makefile
parent935dbbeb8bfcbe0a87afa36b2a2fc880c818e565 (diff)
downloadsrc-test2-2d0a92c9ab15c6df408f4fe864cee256e1dc9f8a.tar.gz
src-test2-2d0a92c9ab15c6df408f4fe864cee256e1dc9f8a.zip
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
Notes
Notes: svn path=/head/; revision=352927
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 7c028c5a1358..9bee390e9cd8 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -138,6 +138,7 @@ SUBDIR.${MK_FMTREE}+= fmtree
SUBDIR.${MK_FREEBSD_UPDATE}+= freebsd-update
SUBDIR.${MK_GSSAPI}+= gssd
SUBDIR.${MK_GPIO}+= gpioctl
+SUBDIR.${MK_HTTPD}+= httpd
SUBDIR.${MK_INET6}+= ip6addrctl
SUBDIR.${MK_INET6}+= mld6query
SUBDIR.${MK_INET6}+= ndp