diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-13 22:50:50 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-13 22:50:50 +0000 |
commit | 5663215378aae9ef6c4d67b47c1ed43d078e10ad (patch) | |
tree | ff0a3884eb2c2c30e0480b2657607e23ceb1bd89 /net/Makefile | |
parent | 9a6dbead976c15f939936ac32c50c7d38a5a6a71 (diff) |
New port: Shell authentication for TACACS+ protocol
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
PR: 53296
Approved by: fjoe (implicit)
Notes
Notes:
svn path=/head/; revision=82957
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 465cfd3d3049..2638794b640a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -641,6 +641,7 @@ SUBDIR += svnc SUBDIR += tac_plus-libradius SUBDIR += tac_plus4 + SUBDIR += tacshell SUBDIR += tas SUBDIR += tcpcat SUBDIR += tcpdstat |