From 159ca9c8c7fd21c26fa19c39d40ebbe799190116 Mon Sep 17 00:00:00 2001 From: Tomas Hruby Date: Wed, 15 Sep 2010 14:18:39 +0000 Subject: [PATCH] Fixed unintentionally removed world target in Makefile --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index c16526afe..b9856cb58 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,12 @@ usage: # 'make install' target. # # etcfiles has to be done first. +.if ${COMPILER_TYPE} == "ack" +world: mkfiles includes depend libraries install etcforce +.elif ${COMPILER_TYPE} == "gnu" +world: mkfiles includes depend gnu-libraries install etcforce +.endif + mkfiles: make -C share/mk install