Index: uspace/srv/dd/Makefile
===================================================================
--- uspace/srv/dd/Makefile	(revision 3b3e776c798388c535fed921aeb73f37a0268abd)
+++ uspace/srv/dd/Makefile	(revision d51ee2b4b8df06f1db92623840353f34771a405b)
@@ -29,7 +29,5 @@
 
 USPACE_PREFIX = ../..
-LIBS = $(LIBC_PREFIX)/libc.a
-
-OUTPUT = dd
+BINARY = dd
 
 SOURCES = \
@@ -39,15 +37,6 @@
 	intel_piix3.c \
 	isa.c \
-	serial.c
+	serial.c \
+	intel_method1.c
 
-#ifeq ($(PROCESSOR), us)
-#        SOURCES += psycho.c
-#endif
-
-#ifeq ($(UARCH), ia32)
-        SOURCES += intel_method1.c
-#endif
-
-
-
-include ../Makefile.common
+include $(USPACE_PREFIX)/Makefile.common
