2022-05-10 | Paul Boddie | file changeset files shortlog | Moved various abstractions and functions to a new libexec library and to libipc. |
paul@324 | 1 | PKGDIR ?= .. |
paul@324 | 2 | L4DIR ?= $(PKGDIR)/../../.. |
paul@324 | 3 | |
paul@324 | 4 | PKGNAME = libexec |
paul@324 | 5 | CONTRIB_HEADERS = 1 |
paul@324 | 6 | |
paul@324 | 7 | include $(L4DIR)/mk/include.mk |