Fixed unintentionally removed world target in Makefile

This commit is contained in:
Tomas Hruby 2010-09-15 14:18:39 +00:00
parent 4ee139b0be
commit 159ca9c8c7

View file

@ -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