# $Id$ # The System Makefile (C) 2002, 2005 The UbixOS Project all: kernel kernel: src (cd src/sys;make) install: (cd src/sys;make install) clean: (cd src/sys;make clean)