diff options
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/package/targets.mak b/package/targets.mak index f795431..69bbce0 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -61,16 +61,4 @@ s6-setuidgid LIBEXEC_TARGETS := s6lockd-helper -ifdef DO_ALLSTATIC -LIBS6 := libs6.a -else -LIBS6 := libs6.so -endif - -ifdef DO_SHARED -SHARED_LIBS := libs6.so -endif - -ifdef DO_STATIC -STATIC_LIBS := libs6.a -endif +LIB_DEFS := S6=s6 |