Index: uspace/app/barber/Makefile
===================================================================
--- uspace/app/barber/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/barber/Makefile	(revision 708cf9d1669961c9fd70082b9c60fe006e4281c5)
@@ -30,8 +30,7 @@
 
 # TODO: Should be just "gui", rest is transitive dependencies.
-LIBS = gui draw compress softrend
+LIBS = gui draw compress softrend math
 
 BINARY = barber
-MATH = y
 
 IMG = image
Index: uspace/app/fontviewer/Makefile
===================================================================
--- uspace/app/fontviewer/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/fontviewer/Makefile	(revision 708cf9d1669961c9fd70082b9c60fe006e4281c5)
@@ -30,8 +30,7 @@
 
 # TODO: Should be just "gui", rest is transitive dependencies.
-LIBS = gui draw softrend compress
+LIBS = gui draw softrend compress math
 
 BINARY = fontviewer
-MATH = y
 
 SOURCES = \
Index: uspace/app/tester/Makefile
===================================================================
--- uspace/app/tester/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/tester/Makefile	(revision 708cf9d1669961c9fd70082b9c60fe006e4281c5)
@@ -31,9 +31,8 @@
 
 # TODO: softfloat testing should be done via unit tests.
-LIBS = block softfloat drv
+LIBS = block softfloat drv math
 EXTRA_CFLAGS = -I$(LIBSOFTFLOAT_PREFIX)
 
 BINARY = tester
-MATH = y
 
 SOURCES = \
Index: uspace/app/vcalc/Makefile
===================================================================
--- uspace/app/vcalc/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/vcalc/Makefile	(revision 708cf9d1669961c9fd70082b9c60fe006e4281c5)
@@ -30,8 +30,7 @@
 
 # TODO: Should be just "gui", rest is transitive dependencies.
-LIBS = gui draw softrend compress
+LIBS = gui draw softrend compress math
 
 BINARY = vcalc
-MATH = y
 
 SOURCES = \
Index: uspace/app/vdemo/Makefile
===================================================================
--- uspace/app/vdemo/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/vdemo/Makefile	(revision 708cf9d1669961c9fd70082b9c60fe006e4281c5)
@@ -30,8 +30,7 @@
 
 # TODO: Should be just "gui", rest is transitive dependencies.
-LIBS = gui draw softrend compress
+LIBS = gui draw softrend compress math
 
 BINARY = vdemo
-MATH = y
 
 SOURCES = \
Index: uspace/app/viewer/Makefile
===================================================================
--- uspace/app/viewer/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/viewer/Makefile	(revision 708cf9d1669961c9fd70082b9c60fe006e4281c5)
@@ -30,8 +30,7 @@
 
 # TODO: Should be just "gui", rest is transitive dependencies.
-LIBS = gui draw softrend compress
+LIBS = gui draw softrend compress math
 
 BINARY = viewer
-MATH = y
 
 SOURCES = \
Index: uspace/app/vlaunch/Makefile
===================================================================
--- uspace/app/vlaunch/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/vlaunch/Makefile	(revision 708cf9d1669961c9fd70082b9c60fe006e4281c5)
@@ -30,8 +30,7 @@
 
 # TODO: Should be just "gui", rest is transitive dependencies.
-LIBS = gui draw softrend compress
+LIBS = gui draw softrend compress math
 
 BINARY = vlaunch
-MATH = y
 
 IMG = image
Index: uspace/app/vterm/Makefile
===================================================================
--- uspace/app/vterm/Makefile	(revision cecba66ea48d60cfa59865e98aeda663808e42c7)
+++ uspace/app/vterm/Makefile	(revision 708cf9d1669961c9fd70082b9c60fe006e4281c5)
@@ -30,8 +30,7 @@
 
 # TODO: Should be just "gui graph", rest is transitive dependencies.
-LIBS = gui graph draw softrend compress
+LIBS = gui graph draw softrend compress math
 
 BINARY = vterm
-MATH = y
 
 SOURCES = \
