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

TARGET		= uclibc_thread_safe
SRC_CC		= main.cc
REQUIRES_LIBS   = libpthread

include $(L4DIR)/mk/prog.mk
