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

TARGET = lib include

include $(L4DIR)/mk/subdir.mk

lib:       include

