diff options
author | markd <markd> | 2007-03-24 14:11:41 +0000 |
---|---|---|
committer | markd <markd> | 2007-03-24 14:11:41 +0000 |
commit | 114c5c22234a77af5462bc6f1b2a535b74f0070a (patch) | |
tree | b4c4c3af87fb93b4d59bc1ef5b173719374ea31d /net | |
parent | 94748b0acedfd7b1339e7024338048819344e678 (diff) | |
download | pkgsrc-114c5c22234a77af5462bc6f1b2a535b74f0070a.tar.gz |
add libtrace
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 9919316f3d4..8c5af90e744 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.661 2007/03/23 06:26:18 wiz Exp $ +# $NetBSD: Makefile,v 1.662 2007/03/24 14:11:41 markd Exp $ # COMMENT= Networking tools @@ -184,6 +184,7 @@ SUBDIR+= libradius SUBDIR+= libsoup-devel SUBDIR+= libsscript SUBDIR+= libtorrent +SUBDIR+= libtrace SUBDIR+= libupnp SUBDIR+= libvncserver SUBDIR+= linc |