Index: uspace/srv/ns/Makefile
===================================================================
--- uspace/srv/ns/Makefile	(revision e5773c67f253269d60114a343a65721cef2ac0f7)
+++ uspace/srv/ns/Makefile	(revision 377cce891a2528771a2913795413e5ee00e7911d)
@@ -29,7 +29,5 @@
 
 USPACE_PREFIX = ../..
-LIBS = $(LIBC_PREFIX)/libc.a
-
-OUTPUT = ns
+BINARY = ns
 
 SOURCES = \
@@ -39,3 +37,3 @@
 	task.c
 
-include ../Makefile.common
+include $(USPACE_PREFIX)/Makefile.common
