diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-26 21:55:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-26 21:55:12 +0000 |
commit | 40b6d3b3dae1f9ac19665837529122e48db325ad (patch) | |
tree | bd485814d91b3c20ba3825491c8fe549705e566b /devel/Makefile | |
parent | a2da7eb195a7f729c3b6704bca8bee2f32740879 (diff) | |
download | pkgsrc-40b6d3b3dae1f9ac19665837529122e48db325ad.tar.gz |
Complete move of libavl to avl.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2f44514b19b..0b67768578e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.572 2004/11/20 04:20:45 minskim Exp $ +# $NetBSD: Makefile,v 1.573 2004/11/26 21:55:12 wiz Exp $ # COMMENT= Development utilities @@ -39,6 +39,7 @@ SUBDIR+= autoconf213 SUBDIR+= autogen SUBDIR+= automake SUBDIR+= automake14 +SUBDIR+= avl SUBDIR+= avltree SUBDIR+= bcc SUBDIR+= binutils @@ -194,7 +195,6 @@ SUBDIR+= lcc SUBDIR+= ldapsdk SUBDIR+= libargparse SUBDIR+= libast -SUBDIR+= libavl SUBDIR+= libbegemot SUBDIR+= libbonobo SUBDIR+= libbonoboui |