diff options
author | skrll <skrll> | 2001-05-02 15:22:46 +0000 |
---|---|---|
committer | skrll <skrll> | 2001-05-02 15:22:46 +0000 |
commit | f8004c287ee8695c1b4a155cdf8b681d2a6c9a87 (patch) | |
tree | 607204d1588d6018cd4fd09f57cbd5f81bcf3125 /net | |
parent | 3b56cfd51d3b09a35d3fa9cd43503e5f7b6ed9ca (diff) | |
download | pkgsrc-f8004c287ee8695c1b4a155cdf8b681d2a6c9a87.tar.gz |
Disable ucd-snmp-current as ucd-snmp is newer.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 18154c61409..fed13cda600 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.212 2001/04/17 11:57:42 tron Exp $ +# $NetBSD: Makefile,v 1.213 2001/05/02 15:22:46 skrll Exp $ # COMMENT= Networking tools @@ -151,7 +151,7 @@ SUBDIR+= totd SUBDIR+= trafshow SUBDIR+= ttt SUBDIR+= ucd-snmp -SUBDIR+= ucd-snmp-current +#SUBDIR+= ucd-snmp-current # ucd-snmp is newer SUBDIR+= ucspi-tcp SUBDIR+= unison SUBDIR+= upclient |