Copy mkfiles when building world

This commit is contained in:
Arun Thomas 2010-02-25 22:10:48 +00:00
parent 7c4cd0e6b0
commit dd6569d342

View file

@ -27,7 +27,10 @@ usage:
# 'make install' target.
#
# etcfiles has to be done first.
world: includes depend libraries install postinstall
world: mkfiles includes depend libraries install postinstall
mkfiles:
cp etc/mk/*.mk /etc/mk/
includes:
cd include && $(MAKE) install gcc