diff options
author | grant <grant@pkgsrc.org> | 2003-02-16 17:22:39 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-16 17:22:39 +0000 |
commit | b1f932c237043c89ea0182be0667c438a2929a18 (patch) | |
tree | 8e740ba4774551514cb7dbedf15bc2c1529b0fd9 /net/Makefile | |
parent | a8f1bba36a5c76bc4f1c22b35c344c936c9bd7fb (diff) | |
download | pkgsrc-b1f932c237043c89ea0182be0667c438a2929a18.tar.gz |
add udptunnel.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 25e22a42d19..bac6c7e6c6d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.350 2003/02/15 23:39:27 salo Exp $ +# $NetBSD: Makefile,v 1.351 2003/02/16 17:22:39 grant Exp $ # COMMENT= Networking tools @@ -265,6 +265,7 @@ SUBDIR+= tspc SUBDIR+= ttt SUBDIR+= ucd-snmp SUBDIR+= ucspi-tcp +SUBDIR+= udptunnel SUBDIR+= unison SUBDIR+= upclient SUBDIR+= userppp |