diff options
author | itojun <itojun@pkgsrc.org> | 2000-08-11 08:16:51 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-08-11 08:16:51 +0000 |
commit | d0e89c539623f7d26cf1d6ec29bc5a17ae05e8fe (patch) | |
tree | 3d9588cb5c8e6762e0f833e1ca23d0b7e770982c /security | |
parent | a63cc7d1be7f611feb9e04be35a9f8790cf12a0a (diff) | |
download | pkgsrc-d0e89c539623f7d26cf1d6ec29bc5a17ae05e8fe.tar.gz |
add net/dsniff
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 4a15acafa28..a7da9a8a40c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2000/08/11 05:23:37 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2000/08/11 08:16:51 itojun Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -6,6 +6,7 @@ SUBDIR += amavis SUBDIR += crack SUBDIR += ddos-scan + SUBDIR += dsniff SUBDIR += fortify SUBDIR += fsh SUBDIR += gnupg |