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

include $(L4DIR)/mk/Makeconf

# cleanup
scrub cleanall::
	$(VERBOSE)$(RM) *~

# dummies
all clean install oldconfig txtconfig reloc::
