diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-06-29 06:38:59 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-06-29 06:38:59 +0800 |
commit | 4e91fa02c2fa0bcdd358624f93869d6a917c09a1 (patch) | |
tree | 540a175bcff3541a0529d877d7a02e079523016e /security | |
parent | d9b56e9cc2bd7a7cf68d6779fb5775d39a9dd7b9 (diff) | |
download | freebsd-ports-gnome-4e91fa02c2fa0bcdd358624f93869d6a917c09a1.tar.gz freebsd-ports-gnome-4e91fa02c2fa0bcdd358624f93869d6a917c09a1.tar.zst freebsd-ports-gnome-4e91fa02c2fa0bcdd358624f93869d6a917c09a1.zip |
add new mhash port to security/Makefile
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 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 |