From b7baff2c2bd86402d2645828af30d2f46bd68edb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 29 Nov 2013 17:56:21 -0500 Subject: initial implementations of xbs and xbs-abslibre --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index feff83f..ab6db63 100644 --- a/Makefile +++ b/Makefile @@ -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 ################################################################################ -- cgit v1.2.3