diff options
author | agc <agc> | 2001-10-11 15:12:43 +0000 |
---|---|---|
committer | agc <agc> | 2001-10-11 15:12:43 +0000 |
commit | 8a30f9edefea17d2bad6b2074f10767eb05f27cf (patch) | |
tree | 9b3c44cc3aab8ab15e6cf894f4689a52f5eb0b7f /net | |
parent | e769f44a47398f8c7152892ae9a034f5ff5601e9 (diff) | |
download | pkgsrc-8a30f9edefea17d2bad6b2074f10767eb05f27cf.tar.gz |
Add and enable firewalk
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index b9be2331513..2da159a9ed0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.251 2001/10/11 14:50:48 agc Exp $ +# $NetBSD: Makefile,v 1.252 2001/10/11 15:12:43 agc Exp $ # COMMENT= Networking tools @@ -47,6 +47,7 @@ SUBDIR+= echoping SUBDIR+= eggdrop SUBDIR+= ethereal SUBDIR+= fair-identd +SUBDIR+= firewalk SUBDIR+= fping SUBDIR+= freewais-sf SUBDIR+= gated |