diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-08-20 09:20:56 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-08-20 09:20:56 +0000 |
commit | 28f5b4e7a5cce43198269f26583e66a232a976b5 (patch) | |
tree | a9fb8a49920db08193aa7ad2d88d533b8e1ea141 /package/targets.mak | |
parent | 632acb58b77d08a384ada611b5ab1ebca96ff85d (diff) | |
download | s6-28f5b4e7a5cce43198269f26583e66a232a976b5.tar.xz |
Factor s6_auto_write_logrun into a new libs6auto
libs6auto distinct from libs6 because of execline dep.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak index 4208b12..bfbf3a6 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -63,5 +63,6 @@ LIBEXEC_TARGETS := s6lockd-helper LIB_DEFS := S6=s6 ifneq ($(EXECLINE_LIB),) +LIB_DEFS += S6AUTO=s6auto BIN_TARGETS += s6-usertree-maker endif |