PKGDIR	?= ..
L4DIR	?= $(PKGDIR)/../../..

TARGET = libc libpthread

include $(L4DIR)/mk/subdir.mk

libc: libpthread

