diff options
author | will <will@FreeBSD.org> | 2000-10-28 14:09:54 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 14:09:54 +0800 |
commit | 37b644def31ba397ac6e0590405e6b92a0a011dd (patch) | |
tree | 10178d6b5094293209c8157241f52f8308ef6d63 /www/Makefile | |
parent | 0a11e43daa5e8a4833944d2b82f78bb482aa9f51 (diff) | |
download | freebsd-ports-gnome-37b644def31ba397ac6e0590405e6b92a0a011dd.tar.gz freebsd-ports-gnome-37b644def31ba397ac6e0590405e6b92a0a011dd.tar.zst freebsd-ports-gnome-37b644def31ba397ac6e0590405e6b92a0a011dd.zip |
Add webredirect 0.1, an extremely simple webserver that only performs
redirections for a limited number of HTTP commands.
PR: 22273
Submitted by: Rasmus Kaj <kaj@Raditex.se>
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 218ec95a4f31..ca2638ecc67a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -193,6 +193,7 @@ SUBDIR += webfs SUBDIR += webglimpse SUBDIR += weblint + SUBDIR += webredirect SUBDIR += webstone SUBDIR += wml SUBDIR += wmnetselect |