diff options
author | snj <snj@pkgsrc.org> | 2004-01-20 21:26:13 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-01-20 21:26:13 +0000 |
commit | 324a2e6bfe2b2a8ef0a46c169d4c22957294c3a6 (patch) | |
tree | bf4364fb3c99a9123901744ed8431af60e4d24c6 /security | |
parent | 06f9c2c5ec23c7127faba93730f0b4d745da290c (diff) | |
download | pkgsrc-324a2e6bfe2b2a8ef0a46c169d4c22957294c3a6.tar.gz |
Add lsh (hi drochner!). Okayed by jmmv.
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 e093a849baa..60ecc62d845 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.159 2004/01/10 14:57:21 jlam Exp $ +# $NetBSD: Makefile,v 1.160 2004/01/20 21:26:13 snj Exp $ # COMMENT= Security tools @@ -60,6 +60,7 @@ SUBDIR+= libmcrypt SUBDIR+= libnasl SUBDIR+= libtasn1 SUBDIR+= logcheck +SUBDIR+= lsh SUBDIR+= mcrypt SUBDIR+= mhash SUBDIR+= mirrordir |