aboutsummaryrefslogtreecommitdiffstats
path: root/package/targets.mak
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-27 18:35:28 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-27 18:35:28 +0000
commit7dda4a124069438acb19a419a088f5c1ab9b4670 (patch)
treea40ff60573c66f04c11087a32f3fd031e1926615 /package/targets.mak
parentd533300cb82ebb1d5e206e12961d044ac4f5ad1a (diff)
downloads6-7dda4a124069438acb19a419a088f5c1ab9b4670.tar.gz
pkg-config support, templated configure, etc.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak
index d4e0376..dbe0b68 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -63,8 +63,10 @@ s6-instance-status \
s6-instance-list
LIB_DEFS := S6=s6
+S6_DESCRIPTION :=
ifneq ($(EXECLINE_LIB),)
LIB_DEFS += S6AUTO=s6auto
+S6AUTO_DESCRIPTION := The s6auto library (C helpers to create service directories)
BIN_TARGETS += s6-usertree-maker s6-instance-maker
endif