.SUFFIXES:
.DEFAULT:

all:
	@${MAKE} -C boot

install:
	@${MAKE} -C boot install

clean:
	@${MAKE} -C boot clean
