diff options
author | zuntum <zuntum> | 2001-03-23 14:02:42 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-23 14:02:42 +0000 |
commit | cac19b12322290204d24e7378a0b06480c28a69f (patch) | |
tree | 8c9bdd7b61d8318ceacccebd28effeaf01cbf3a4 /net | |
parent | 9d4b1ca8e08435eee4c4895980b3baca8da319ad (diff) | |
download | pkgsrc-cac19b12322290204d24e7378a0b06480c28a69f.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 |