summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-15 18:01:59 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-23 00:06:37 -0600
commitf7df12564a5aa5b7d144386355ede8b44b429601 (patch)
tree2e8600fd949309baf765734c6e60fef6fac659fc /Makefile
parent04be9e4ab0bfd1499adda077ecbac21b567e541b (diff)
mv src/librelib src/lib/ # and split librelib into a separate package
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 273699b..0403498 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,11 @@ include config.mk
################################################################################
# these are the resulting packages
-packages=libretools libretools-mips64el
-# and which directories they contains
-libretools=abslibre-tools chroot-tools devtools fullpkg lib librefetch misc toru
+packages=libretools libretools-mips64el librelib
+# and which directories they contain
+libretools=abslibre-tools chroot-tools devtools fullpkg librefetch misc toru
libretools-mips64el=mips64el-tools
+librelib=lib
################################################################################