Module Name:    src
Committed By:   christos
Date:           Tue Jul 28 21:18:01 UTC 2009

Modified Files:
        src/external/bsd/bind/bin/named: Makefile

Log Message:
add no version date


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/bind/bin/named/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/bind/bin/named/Makefile
diff -u src/external/bsd/bind/bin/named/Makefile:1.1 src/external/bsd/bind/bin/named/Makefile:1.2
--- src/external/bsd/bind/bin/named/Makefile:1.1	Sat Apr 11 23:46:06 2009
+++ src/external/bsd/bind/bin/named/Makefile	Tue Jul 28 17:18:01 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2009/04/12 03:46:06 christos Exp $
+#	$NetBSD: Makefile,v 1.2 2009/07/28 21:18:01 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -11,6 +11,7 @@
 
 DIST=${IDIST}/bin/named
 CPPFLAGS+=-I${DIST}/include -I${DIST}/unix/include -DCONFIGARGS=\"defaults\"
+CPPFLAGS+=-DNO_VERSION_DATE
 
 .if defined(HAVE_GCC) && ${HAVE_GCC} == 4
 .for f in client

Reply via email to