summaryrefslogtreecommitdiff
path: root/package/targets.mak
diff options
context:
space:
mode:
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak
index 1267a93..66b61be 100644
--- a/package/targets.mak
+++ b/package/targets.mak
@@ -32,6 +32,12 @@ minidentd
LIBEXEC_TARGETS :=
+ifdef DO_ALLSTATIC
+LIBS6NET := libs6net.a
+else
+LIBS6NET := libs6net.so
+endif
+
ifdef DO_SHARED
SHARED_LIBS := libs6net.so
endif