Index: uspace/srv/net/Makefile
===================================================================
--- uspace/srv/net/Makefile	(revision 21580dd3dd9a49828a6c8dd3988e651a60708c10)
+++ uspace/srv/net/Makefile	(revision eac9722a8721de74ebb60daa016b79dd350c76a4)
@@ -54,5 +54,7 @@
 	BUILDS := $(addsuffix .build,$(DIRS))
 else
+ifeq ($(NETWORKING), modular)
 	BUILDS := $(addsuffix .build,$(DIRS_ALL))
+endif
 endif
 
