diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-20 19:22:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-20 19:22:29 +0000 |
commit | b038c8241925ffe1e1e1ed62d594ceb7e96d3800 (patch) | |
tree | d16ff175baee56ff46c22c3b8c53254fcbd6f18f /www/Makefile | |
parent | Force compiling with -O0, otherwise sometimes it blows out with SIGBUS, at (diff) |
Add usermanager, a web administration of virtual PureFTPd users.
Submitted by: DanGer <danger@wilbury.sk>
Notes
Notes:
svn path=/head/; revision=124618
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 1baea6e3995b..3b93225546f9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -689,6 +689,7 @@ SUBDIR += udmsearch SUBDIR += ump SUBDIR += urchin5 + SUBDIR += usermanager SUBDIR += visitors SUBDIR += w3 SUBDIR += w3-4 |