diff options
author | snj <snj> | 2004-01-20 21:26:13 +0000 |
---|---|---|
committer | snj <snj> | 2004-01-20 21:26:13 +0000 |
commit | a829334dfc736bc0f8c5a74cbf46cf6e75c0fa6f (patch) | |
tree | bf4364fb3c99a9123901744ed8431af60e4d24c6 /security | |
parent | 01ca2aaa713fd2ea9bf168dfa589b086038d00f7 (diff) | |
download | pkgsrc-a829334dfc736bc0f8c5a74cbf46cf6e75c0fa6f.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 |