Index: uspace/srv/ns/Makefile
===================================================================
--- uspace/srv/ns/Makefile	(revision e5773c67f253269d60114a343a65721cef2ac0f7)
+++ uspace/srv/ns/Makefile	(revision 76ca3f71d74c1d5be0fae6bcc28f1f663a624ea2)
@@ -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
