PKGDIR		?= ..
L4DIR		?= $(PKGDIR)/../..
TARGET		= client libc_backend

include $(L4DIR)/mk/subdir.mk

libc_backend: client
