diff options
author | jlam <jlam> | 2000-07-27 16:11:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-07-27 16:11:20 +0000 |
commit | edcf4f59807d4969630af08a08b581bdb4775fbe (patch) | |
tree | b458f3e3a02421be89fa37ec5daf7441858482fc /security/Makefile | |
parent | 8908f5f91da7b22dc4c69bdaa06719df56d8303e (diff) | |
download | pkgsrc-edcf4f59807d4969630af08a08b581bdb4775fbe.tar.gz |
Add and enable pks
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 9954ae790d8..04f4f3fa89a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2000/07/14 10:54:03 agc Exp $ +# $NetBSD: Makefile,v 1.38 2000/07/27 16:11:20 jlam Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -20,6 +20,7 @@ SUBDIR += p5-MD5 SUBDIR += pgp2 SUBDIR += pgp5 + SUBDIR += pks SUBDIR += portsentry SUBDIR += priv SUBDIR += py-crypto |