Index: uspace/app/init/Makefile
===================================================================
--- uspace/app/init/Makefile	(revision fc0110df7ea7e14571f47118909114c5dbbbd866)
+++ uspace/app/init/Makefile	(revision 36b8100a2e9d3478a428e42122f1a23960897a4d)
@@ -27,6 +27,4 @@
 #
 
-include ../../../version
-
 ## Setup toolchain
 #
@@ -37,8 +35,5 @@
 include $(LIBC_PREFIX)/Makefile.toolchain
 
-CFLAGS += -I../../srv/kbd/include
-
 LIBS = $(LIBC_PREFIX)/libc.a
-DEFS += -DRELEASE=$(RELEASE)
 
 ## Sources
@@ -47,6 +42,5 @@
 OUTPUT = init
 SOURCES = \
-	init.c \
-	version.c
+	init.c
 
 OBJECTS := $(addsuffix .o,$(basename $(SOURCES)))
