# Makefile for uClibc
#
# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#

# All dirs except pthreads...
klib-y := \
	assert/    \
	ctype/     \
	dirent/    \
	error/     \
	file/      \
	fnmatch/   \
	ftw/       \
	glob/      \
	gnu/       \
	internals/ \
	locale/    \
	mntent/    \
	regex/     \
	search/    \
	statfs/    \
	syslog/    \
	sysvipc/   \
	time/      \
	ttyent/    \
	utmp/      \
	wchar/     \
	wctype/    \
	wordexp/   \
