diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2007-08-01 10:38:40 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-08-01 10:38:40 +0000 |
commit | 5598fae42243f3e52501e3c1687c7c733b6177ad (patch) | |
tree | 9f72b22fc537198f5f2d861a0bb5b009cb57fc3d /net/Makefile | |
parent | be3adea30458c3dd9b4c4f3f6a6340bcac7dc2e7 (diff) |
Initial import of ntlmaps 0.9.9.0.1
NTLM Authorization Proxy Server (APS) is a proxy software that allows you
to authenticate via an MS Proxy Server using the proprietary NTLM protocol.
Notes
Notes:
svn path=/head/; revision=196887
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index c64898f5835e..011e428dd11c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -369,6 +369,7 @@ SUBDIR += nss_ldap SUBDIR += nstxd SUBDIR += ntalk + SUBDIR += ntlmaps SUBDIR += ntop SUBDIR += ntp SUBDIR += ntp-devel |