diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-07 17:31:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-07 17:31:34 +0000 |
commit | 0b3d7d3315e43aa90bd309fd5361bb19842ee5f8 (patch) | |
tree | 6cbed04c50a0bd160b39f9330d6b83987f72f7cb | |
parent | 15a909427cb1c88dfe1571347a451aaf61eefb5b (diff) | |
download | pkgsrc-0b3d7d3315e43aa90bd309fd5361bb19842ee5f8.tar.gz |
Added arping-2.01.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index f96421f526d..c28e2fad68f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6485 2004/07/07 17:24:09 xtraeme Exp $ +$NetBSD: CHANGES,v 1.6486 2004/07/07 17:31:35 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3297,3 +3297,4 @@ Changes to the packages collection and infrastructure in 2004: Updated dspam to 3.0.0nb1 [recht 2004-07-07] Updated p5-GD to 2.11nb2 [xtraeme 2004-07-07] Added argus-3.3 [xtraeme 2004-07-07] + Added arping-2.01 [xtraeme 2004-07-07] diff --git a/net/Makefile b/net/Makefile index 8e1495651f0..d4eede98009 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.480 2004/07/07 17:24:08 xtraeme Exp $ +# $NetBSD: Makefile,v 1.481 2004/07/07 17:31:34 xtraeme Exp $ # COMMENT= Networking tools @@ -19,6 +19,7 @@ SUBDIR+= amule SUBDIR+= argus SUBDIR+= arla SUBDIR+= arpd +SUBDIR+= arping SUBDIR+= arpwatch SUBDIR+= awhois SUBDIR+= batchftp |