daemon: add NameServer

Change-Id: I64b82a0e9351bcc15691279470c807399480a474
diff --git a/wscript b/wscript
index 6a3c29b..dd3807e 100644
--- a/wscript
+++ b/wscript
@@ -92,8 +92,8 @@
     bld.recurse('tools')
 
     bld(features='subst',
-        source='validator.conf.sample.in',
-        target='validator.conf',
+        source=['validator.conf.sample.in', 'ndns.conf.sample.in'],
+        target=['validator.conf.sample', 'ndns.conf.sample'],
         install_path='${SYSCONFDIR}/ndns',
         name='validator-sample',
         ANCHORPATH='anchors/root.cert',