diff options
author | explorer <explorer@pkgsrc.org> | 1998-09-04 22:11:50 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 1998-09-04 22:11:50 +0000 |
commit | 966ce7c90d5c719be2b497d04dd3e487c9c3f820 (patch) | |
tree | 79fd9a2ed4dc3e8bcba5452ca7d36db526c66c95 /security/Makefile | |
parent | 40004a434337cb248f535f33d6ec3a20abd0901b (diff) | |
download | pkgsrc-966ce7c90d5c719be2b497d04dd3e487c9c3f820.tar.gz |
enable ssleay
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 6e8127707fb..5193e2e268f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 1998/08/07 14:52:58 tsarna Exp $ +# $NetBSD: Makefile,v 1.9 1998/09/04 22:11:50 explorer Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # -# SUBDIR += SSLeay # SUBDIR += cfs # SUBDIR += cops # SUBDIR += crack @@ -20,6 +19,7 @@ SUBDIR += py-crypto SUBDIR += rsaref SUBDIR += ssh + SUBDIR += ssleay SUBDIR += sudo # SUBDIR += super # SUBDIR += swatch |