diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-26 00:30:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-26 00:30:44 +0000 |
commit | 7788b08a6b76d97c0a00dcb4d8dbc826b629e3c0 (patch) | |
tree | 6d13fbf95ab1c57567a05832367e10bafa99c7e3 /www/Makefile | |
parent | 8d4b0782a8d059deed58016ffdc1387e594125a6 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=96598
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 |