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