diff options
author | pav <pav@FreeBSD.org> | 2003-12-26 08:30:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-26 08:30:44 +0800 |
commit | 27c2201ae6b8f7ad59694df65ff910480170c730 (patch) | |
tree | da20284040222366d7996dd0e1e5853825bdfeb2 /www/Makefile | |
parent | 486d2e10339bc72756ca1d893362f732acb27e79 (diff) | |
download | freebsd-ports-gnome-27c2201ae6b8f7ad59694df65ff910480170c730.tar.gz freebsd-ports-gnome-27c2201ae6b8f7ad59694df65ff910480170c730.tar.zst freebsd-ports-gnome-27c2201ae6b8f7ad59694df65ff910480170c730.zip |
Add admuser, a small C program that allows to change Squid or Web access
files (.htpasswd). Create, change, remove, disable or enable users from
your web browser.
PR: ports/60360
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
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 0d01c3e94663..7e5d1192860f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -6,6 +6,7 @@ SUBDIR += Mosaic # requires Motif SUBDIR += WebMagick SUBDIR += abcache + SUBDIR += admuser SUBDIR += adzap SUBDIR += amaya SUBDIR += amyc |