# KallistiOS ##version##
#
# kernel/libc/Makefile
# Copyright (C)2004 Dan Potter
#   

SUBDIRS = koslib newlib pthreads

all: subdirs
clean: clean_subdirs

include $(KOS_BASE)/Makefile.prefab

