diff options
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak index 5353fc6..283cc67 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -21,12 +21,15 @@ s6-fghack \ s6-log \ s6-setlock \ s6-setsid \ -s6-setuidgid \ s6-softlimit \ s6-tai64n \ s6-tai64nlocal \ ucspilogd +SBIN_TARGETS := \ +s6-applyuidgid \ +s6-setuidgid + LIBEXEC_TARGETS := s6lockd-helper ifdef DO_SHARED |