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