diff options
author | ache <ache@FreeBSD.org> | 1997-02-03 04:16:39 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-03 04:16:39 +0800 |
commit | 529550b3b6ddda55b4e39f0d5172ba9ceb6ec9b0 (patch) | |
tree | 8e3650ba28c24d2bc2a9bbf1c52ba2508e49c756 /security | |
parent | 18489c994530bd5b9cf9861a46f275b5540cedc7 (diff) | |
download | freebsd-ports-gnome-529550b3b6ddda55b4e39f0d5172ba9ceb6ec9b0.tar.gz freebsd-ports-gnome-529550b3b6ddda55b4e39f0d5172ba9ceb6ec9b0.tar.zst freebsd-ports-gnome-529550b3b6ddda55b4e39f0d5172ba9ceb6ec9b0.zip |
Add rsaref
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index e09daf8bb151..a9472bb25b3f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1996/11/27 19:21:03 markm Exp $ +# $Id: Makefile,v 1.13 1997/02/02 01:30:51 obrien Exp $ # SUBDIR += SSLeay @@ -13,6 +13,7 @@ SUBDIR += p5-PGP SUBDIR += pgp SUBDIR += pidentd + SUBDIR += rsaref SUBDIR += safe-tcl SUBDIR += ssh SUBDIR += sudo |