about summary refs log tree commit diff
path: root/hesiod
diff options
context:
space:
mode:
Diffstat (limited to 'hesiod')
-rw-r--r--hesiod/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/hesiod/Makefile b/hesiod/Makefile
index 9dee070ff7..397f92733f 100644
--- a/hesiod/Makefile
+++ b/hesiod/Makefile
@@ -28,8 +28,13 @@ extra-libs-others = $(extra-libs)
 subdir-dirs = nss_hesiod
 vpath %.c nss_hesiod
 
-libnss_hesiod-routines	:= hesiod hesiod-grp hesiod-proto \
-			   hesiod-pwd hesiod-service
+libnss_hesiod-routines := \
+  hesiod \
+  hesiod-grp \
+  hesiod-proto \
+  hesiod-pwd \
+  hesiod-service \
+  # libnss_hesiod-routines
 # Build only shared library
 libnss_hesiod-inhibit-o	= $(filter-out .os,$(object-suffixes))