summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-06-20 22:00:01 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-06-20 22:00:01 -0400
commitbec95eeaee02dffb0f1750b9ca2641378bbe9df9 (patch)
tree394fe1663327f85451bfbd290df844717de5db7c /Makefile
parent58247a8f992a7c5957292d95fe6919b3fcacbf87 (diff)
I think xbs is in a workable stage.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e7c46ec..dc1c99f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ include config.mk
################################################################################
# these are the resulting packages
-packages=doc libretools libretools-mips64el librelib gitget xbs xbs-abs xbs-abslibre
+packages=doc libretools libretools-mips64el librelib gitget
# and which directories they contain
doc=doc
libretools=\
@@ -14,13 +14,13 @@ libretools=\
src/devtools \
src/fullpkg \
src/librefetch \
- src/toru
+ src/toru \
+ src/xbs \
+ src/xbs-abs \
+ src/xbs-abslibre
libretools-mips64el=src/mips64el-tools
librelib=src/lib
gitget=src/gitget
-xbs=src/xbs
-xbs-abs=src/xbs-abs
-xbs-abslibre=src/xbs-abslibre
################################################################################