summaryrefslogtreecommitdiff
path: root/libc/hesiod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/hesiod/Makefile')
-rw-r--r--libc/hesiod/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/libc/hesiod/Makefile b/libc/hesiod/Makefile
index 77bb5488b..2efa0350f 100644
--- a/libc/hesiod/Makefile
+++ b/libc/hesiod/Makefile
@@ -19,12 +19,14 @@
#
# Sub-makefile for hesiod portion of the library.
#
+include ../option-groups.mak
+
subdir := hesiod
distribute := hesiod.h hesiod_p.h README.hesiod nss_hesiod/nss_hesiod.h
-extra-libs := libnss_hesiod
-extra-libs-others = $(extra-libs)
+extra-libs-$(OPTION_EGLIBC_INET) += libnss_hesiod
+extra-libs-others-y += $(extra-libs-y)
subdir-dirs = nss_hesiod
vpath %.c nss_hesiod