diff options
author | tv <tv@pkgsrc.org> | 1999-04-30 15:28:08 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-04-30 15:28:08 +0000 |
commit | cb71aef2cbfb7f9d195a665acf6cd3b64606f99c (patch) | |
tree | 7f1cf8cd2a97a0462d985da78b247a7bbb124c0a /security | |
parent | 4a29e61dd5881532d5aa4e5553a4aedcff0a44ae (diff) | |
download | pkgsrc-cb71aef2cbfb7f9d195a665acf6cd3b64606f99c.tar.gz |
Add and enable openssl, remove ssleay from the list, and enable a bunch of
commented-out pkgs(!). (If they were commented out because of export
concerns, that's what RESTRICTED/NO_RESTRICTED is meant to do.)
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/Makefile b/security/Makefile index f152070d81e..1ede6f6c35c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 1999/04/09 14:49:06 tron Exp $ +# $NetBSD: Makefile,v 1.19 1999/04/30 15:28:08 tv Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -12,6 +12,7 @@ SUBDIR += libident SUBDIR += nessus SUBDIR += nfsbug + SUBDIR += openssl # SUBDIR += p5-Authen-Radius # SUBDIR += p5-Crypt-DES # SUBDIR += p5-Crypt-IDEA @@ -25,11 +26,9 @@ SUBDIR += rsaref SUBDIR += ssh SUBDIR += ssh-ip-tunnel - SUBDIR += ssleay SUBDIR += sudo # SUBDIR += super # SUBDIR += swatch -# SUBDIR += tcp_wrapper SUBDIR += tripwire # SUBDIR += vscan # SUBDIR += xinetd |