Module Name:    src
Committed By:   christos
Date:           Sat Jan  7 19:53:50 UTC 2017

Modified Files:
        src/external/bsd: Makefile

Log Message:
Add nsd


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/external/bsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/Makefile
diff -u src/external/bsd/Makefile:1.55 src/external/bsd/Makefile:1.56
--- src/external/bsd/Makefile:1.55	Sat Aug 20 07:24:48 2016
+++ src/external/bsd/Makefile	Sat Jan  7 14:53:49 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.55 2016/08/20 11:24:48 christos Exp $
+#	$NetBSD: Makefile,v 1.56 2017/01/07 19:53:49 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -32,6 +32,9 @@ SUBDIR+= libc++
 .if (${MKLLVM} != "no")
 SUBDIR+= llvm
 .endif
+.if (${MKNSD} != "no")
+SUBDIR+= nsd
+.endif
 .if (${MKPCC} != "no")
 SUBDIR+= pcc
 .endif

Reply via email to