diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-06-28 08:09:57 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-06-28 08:09:57 +0000 |
commit | 0f7286c948f52f0a1b291c4b46c01ade1e75b145 (patch) | |
tree | 3274a3c42156c87e2ab7cc3d25f79cd89f64783c /www/Makefile | |
parent | d36423a10216f9c61b83b9b079e748125015adbd (diff) | |
download | ports-0f7286c948f52f0a1b291c4b46c01ade1e75b145.tar.gz ports-0f7286c948f52f0a1b291c4b46c01ade1e75b145.zip |
Add www/oneshot, First-come-first-serve single-fire HTTP server
PR: 247584
Submitted by: Lewis Cook <vulcan@wired.sh>
Notes
Notes:
svn path=/head/; revision=540691
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ded7bb7f3f47..560014780b7f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -462,6 +462,7 @@ SUBDIR += npm-node12 SUBDIR += nspluginwrapper SUBDIR += obhttpd + SUBDIR += oneshot SUBDIR += onionbalance SUBDIR += onionshare SUBDIR += opencart |