Provide lib/Makefile to enable tags file generation
commitd2412c93d1f4208792c2f451746611075f07e0af
authorKlemens Nanni <kn@openbsd.org>
Thu, 7 Oct 2021 15:38:38 +0000 (7 15:38 +0000)
committerThomas Adam <thomas@xteddy.org>
Fri, 8 Oct 2021 12:21:43 +0000 (8 13:21 +0100)
tree75f1ac531b084cee8f05055207a3b9d516ee6b60
parent35add24aa636945d591ac62534d3caf3e906621a
Provide lib/Makefile to enable tags file generation

The root Makefile does not hook into lib/ via <bsd.subdir.mk> since it
is not a program itself and thus gets included by all others.

This means `make tags` skips lib/ and `make -C lib/ tags` does not know
what to do;  provide a minimal <bsd.lib.mk> stub and hook it up just
for the "tags" such that *all* source is browsable via tags.

See /usr/share/mk/bsd.README for details.

Feedback stsp tb
OK tb
lib/Makefile [new file with mode: 0644]