Fixed unintentionally removed world target in Makefile
This commit is contained in:
parent
4ee139b0be
commit
159ca9c8c7
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -30,6 +30,12 @@ usage:
|
||||||
# 'make install' target.
|
# 'make install' target.
|
||||||
#
|
#
|
||||||
# etcfiles has to be done first.
|
# 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:
|
mkfiles:
|
||||||
make -C share/mk install
|
make -C share/mk install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue