diff options
author | zuntum <zuntum> | 2001-03-23 14:02:42 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-23 14:02:42 +0000 |
commit | a7e64773025aeaa76b9539eb93956f9069c4c315 (patch) | |
tree | 8c9bdd7b61d8318ceacccebd28effeaf01cbf3a4 /net | |
parent | bccad555bc66f07b4a71ca952df2e0282c5e3079 (diff) | |
download | pkgsrc-a7e64773025aeaa76b9539eb93956f9069c4c315.tar.gz |
add & enable 6tunnel
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 dcff07b3d91..e1d12a388f6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.206 2001/03/20 19:09:19 wiz Exp $ +# $NetBSD: Makefile,v 1.207 2001/03/23 14:02:42 zuntum Exp $ # COMMENT= Networking tools SUBDIR+= 6to4 +SUBDIR+= 6tunnel SUBDIR+= adns SUBDIR+= airportbasestationconfig SUBDIR+= archie |