diff options
author | jlam <jlam@pkgsrc.org> | 2005-01-13 21:52:11 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-01-13 21:52:11 +0000 |
commit | 3add1575489ccdff21d886da196bfb8dc3541e7a (patch) | |
tree | 9ce69e00ba6594e52bfd7ca2928e48d5a0755629 /security/Makefile | |
parent | 5101e7cc81aa7c0971df835c22ca7dc38eabdf90 (diff) | |
download | pkgsrc-3add1575489ccdff21d886da196bfb8dc3541e7a.tar.gz |
Add and enable openpam.
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 1bcfbc74350..bd1514d63e7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.219 2005/01/11 16:49:16 tv Exp $ +# $NetBSD: Makefile,v 1.220 2005/01/13 21:52:11 jlam Exp $ # COMMENT= Security tools @@ -108,6 +108,7 @@ SUBDIR+= netramet SUBDIR+= nfsbug SUBDIR+= nikto SUBDIR+= opencdk +SUBDIR+= openpam SUBDIR+= openssh SUBDIR+= openssh+gssapi SUBDIR+= openssl |