Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd Add nsd
details: https://anonhg.NetBSD.org/src/rev/7b468b324e93
branches: trunk
changeset: 820353:7b468b324e93
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 07 19:53:49 2017 +0000
description:
Add nsd
diffstat:
external/bsd/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 29e4c1de5425 -r 7b468b324e93 external/bsd/Makefile
--- a/external/bsd/Makefile Sat Jan 07 19:53:21 2017 +0000
+++ b/external/bsd/Makefile Sat Jan 07 19:53:49 2017 +0000
@@ -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 @@
.if (${MKLLVM} != "no")
SUBDIR+= llvm
.endif
+.if (${MKNSD} != "no")
+SUBDIR+= nsd
+.endif
.if (${MKPCC} != "no")
SUBDIR+= pcc
.endif
Home |
Main Index |
Thread Index |
Old Index