diff options
author | rh <rh> | 2000-10-21 18:43:04 +0000 |
---|---|---|
committer | rh <rh> | 2000-10-21 18:43:04 +0000 |
commit | cd568adacadd0143497c2ca1993e3dd2d82ed79e (patch) | |
tree | 9d4dcbfbda1436b10434962e7142bfeb32ebabe9 /security/Makefile | |
parent | bcca0f5cd9cd6f43bcebcee652d421f9ad561f0e (diff) | |
download | pkgsrc-cd568adacadd0143497c2ca1993e3dd2d82ed79e.tar.gz |
Add and enable PAM
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 b77796dc3fc..3f6af2fb258 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2000/10/21 09:27:02 rh Exp $ +# $NetBSD: Makefile,v 1.46 2000/10/21 18:43:04 rh Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -28,6 +28,7 @@ SUBDIR += p5-Digest-MD5 SUBDIR += p5-MD5 SUBDIR += p5-SHA + SUBDIR += PAM SUBDIR += pgp2 SUBDIR += pgp5 SUBDIR += pks |