diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-06-15 18:46:27 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-06-15 18:46:27 +0000 |
commit | e83bd8eee5dca5a0033b4effba2799868bbd321f (patch) | |
tree | 9d271ed175d286d29a93d49ec1fa8e45024f5ac5 /security/Makefile | |
parent | ddaad8c61f3658c2fb38455f6b182cc02fb50d5f (diff) | |
download | pkgsrc-e83bd8eee5dca5a0033b4effba2799868bbd321f.tar.gz |
Add and enable openssh+gssapi.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index c927b9d8158..3615cfc7a2a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.184 2004/06/01 21:50:37 kristerw Exp $ +# $NetBSD: Makefile,v 1.185 2004/06/15 18:46:27 kristerw Exp $ # COMMENT= Security tools @@ -92,6 +92,7 @@ SUBDIR+= nfsbug SUBDIR+= nikto SUBDIR+= opencdk SUBDIR+= openssh +SUBDIR+= openssh+gssapi SUBDIR+= openssl SUBDIR+= otpcalc SUBDIR+= p0f |