diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-28 22:55:58 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-28 22:55:58 +0000 |
commit | 86689473b2794da89a97c9907d5653ace4c16d2d (patch) | |
tree | 3056b4bcfd8fe76ed95c6bd56f6f01ba88a2c6c1 /security | |
parent | Import of libmcrypt port of multicipher cryptographic library (diff) |
add new libmcrypt port to security/Makefile
Notes
Notes:
svn path=/head/; revision=19886
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 663ca192987b..de3ec5a2d003 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.60 1999/06/09 01:56:06 steve Exp $ +# $Id: Makefile,v 1.61 1999/06/28 22:38:59 nsayer Exp $ # SUBDIR += bjorb @@ -21,6 +21,7 @@ SUBDIR += krb5 SUBDIR += l0pht-watch SUBDIR += libident + SUBDIR += libmcrypt SUBDIR += libparanoia SUBDIR += mhash SUBDIR += nbaudit |