diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-28 22:38:59 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-28 22:38:59 +0000 |
commit | 22b31604f19fcbc1d9317411315e0d80cfa924d3 (patch) | |
tree | b06e2a27dd37a88822bb0cada0094618885ed8c7 | |
parent | Import of mhash cryptographic hashing library port (diff) |
add new mhash port to security/Makefile
Notes
Notes:
svn path=/head/; revision=19883
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index dc6f8c260bcb..663ca192987b 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.59 1999/06/09 01:26:22 steve Exp $ +# $Id: Makefile,v 1.60 1999/06/09 01:56:06 steve Exp $ # SUBDIR += bjorb @@ -22,6 +22,7 @@ SUBDIR += l0pht-watch SUBDIR += libident SUBDIR += libparanoia + SUBDIR += mhash SUBDIR += nbaudit SUBDIR += nessus SUBDIR += nmap |