diff options
author | spz <spz> | 2010-02-14 22:59:57 +0000 |
---|---|---|
committer | spz <spz> | 2010-02-14 22:59:57 +0000 |
commit | 4fde1d46b6306f9056293ecdc931e7ac0cbd2a43 (patch) | |
tree | 8859a3bca11e89f21e66e42c04df0323824324fd | |
parent | a8cfa60ef1e234a8b54a0fb384dbcf03442e750f (diff) | |
download | pkgsrc-4fde1d46b6306f9056293ecdc931e7ac0cbd2a43.tar.gz |
add xymon
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 0440a6383df..d583d5cb885 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.804 2010/02/14 18:12:39 spz Exp $ +# $NetBSD: Makefile,v 1.805 2010/02/14 22:59:57 spz Exp $ # COMMENT= Networking tools @@ -591,6 +591,7 @@ SUBDIR+= xnap SUBDIR+= xorp SUBDIR+= xrmftp SUBDIR+= xtraceroute +SUBDIR+= xymon SUBDIR+= xymonclient SUBDIR+= yafc SUBDIR+= yale-tftpd |