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 | b4e5dc1e430340499a2e28b9089273d0d66b285c (patch) | |
tree | 9d271ed175d286d29a93d49ec1fa8e45024f5ac5 /security | |
parent | e33e13d60b2523962c62f6d0a520bcecb3b1eae1 (diff) | |
download | pkgsrc-b4e5dc1e430340499a2e28b9089273d0d66b285c.tar.gz |
Add and enable openssh+gssapi.
Diffstat (limited to 'security')
-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 |