diff options
author | agc <agc> | 2001-10-11 14:50:48 +0000 |
---|---|---|
committer | agc <agc> | 2001-10-11 14:50:48 +0000 |
commit | 08623cfc2c7eaba3fda9b19afd20d69f54fa1c61 (patch) | |
tree | 2a6d00bf8a3f292d1a03c39973931ee6d4408413 | |
parent | 644e0b9da66069a4862b61a8d0e3ec10b858ff1a (diff) | |
download | pkgsrc-08623cfc2c7eaba3fda9b19afd20d69f54fa1c61.tar.gz |
Add and enable LaBrea
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 1b653824dcd..b9be2331513 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.250 2001/10/11 09:57:20 martti Exp $ +# $NetBSD: Makefile,v 1.251 2001/10/11 14:50:48 agc Exp $ # COMMENT= Networking tools SUBDIR+= 6to4 SUBDIR+= 6tunnel +SUBDIR+= LaBrea SUBDIR+= ORBit SUBDIR+= SDL_net SUBDIR+= adns |