1PKGDIR ?= . 2L4DIR ?= $(PKGDIR)/../../.. 3 4TARGET = lib include util 5 6include $(L4DIR)/mk/subdir.mk 7 8util: include lib 9lib: include 10