diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-29 17:56:21 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-29 18:15:37 -0500 |
commit | b7baff2c2bd86402d2645828af30d2f46bd68edb (patch) | |
tree | da4a3514709bb0e4b6873942e0342edb8cbee003 /Makefile | |
parent | cceb77e73bc5e83a3da6e5bf5505eaef5d99b3a0 (diff) |
initial implementations of xbs and xbs-abslibre
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ include config.mk ################################################################################ # these are the resulting packages -packages=doc libretools libretools-mips64el librelib gitget +packages=doc libretools libretools-mips64el librelib gitget xbs xbs-abslibre # and which directories they contain doc=doc libretools=\ @@ -18,6 +18,8 @@ libretools=\ libretools-mips64el=src/mips64el-tools librelib=src/lib gitget=src/gitget +xbs=src/xbs +xbs-abslibre=src/xbs-abslibre ################################################################################ |