# $Id$
# Kernel Makefile (C) 2002 The UbixOS Project

all: boot-strap

boot-strap: boot
	(cd boot;make)
	
clean:
	(cd boot;make clean)