Index: uspace/srv/net/Makefile
===================================================================
--- uspace/srv/net/Makefile	(revision 21580dd3dd9a49828a6c8dd3988e651a60708c10)
+++ 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
 
