summaryrefslogtreecommitdiff
path: root/usr.sbin/init/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/init/Makefile')
-rw-r--r--usr.sbin/init/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/init/Makefile b/usr.sbin/init/Makefile
index bee9f3a..5f95379 100644
--- a/usr.sbin/init/Makefile
+++ b/usr.sbin/init/Makefile
@@ -2,5 +2,5 @@ include user.mk
CFILES = $(shell find . -name "*.c")
-init:
+$(ROOT)/base/usr/sbin/init:
gcc $(CFILES) -o $@ $(INTERNAL_CFLAGS)