diff options
author | agc <agc> | 2007-08-20 21:36:15 +0000 |
---|---|---|
committer | agc <agc> | 2007-08-20 21:36:15 +0000 |
commit | f8ab42bba595ad3332af0cf9a173201cd07db0ae (patch) | |
tree | 73cf34abe836e6d84b2b35b05451ca1b7a38e19e | |
parent | cb7b0ff844900bc3f301ad813c61f19601e53bcf (diff) | |
download | pkgsrc-f8ab42bba595ad3332af0cf9a173201cd07db0ae.tar.gz |
Add and enable bazaar
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 01a1f6d78e8..e38a0c3e1f3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.883 2007/08/20 12:00:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.884 2007/08/20 21:36:15 agc Exp $ # COMMENT= Development utilities @@ -52,6 +52,7 @@ SUBDIR+= automake SUBDIR+= automake14 SUBDIR+= avl SUBDIR+= avltree +SUBDIR+= bazaar SUBDIR+= bcc SUBDIR+= bglibs SUBDIR+= binutils |