Module Name: src
Committed By: christos
Date: Tue Dec 23 18:56:15 UTC 2014
Modified Files:
src/external/bsd/ntp/lib/libntp: Makefile
Log Message:
fix for -5, MKREPRO is not always defined
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/external/bsd/ntp/lib/libntp/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/ntp/lib/libntp/Makefile
diff -u src/external/bsd/ntp/lib/libntp/Makefile:1.13 src/external/bsd/ntp/lib/libntp/Makefile:1.14
--- src/external/bsd/ntp/lib/libntp/Makefile:1.13 Fri Dec 19 15:43:20 2014
+++ src/external/bsd/ntp/lib/libntp/Makefile Tue Dec 23 13:56:15 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/12/19 20:43:20 christos Exp $
+# $NetBSD: Makefile,v 1.14 2014/12/23 18:56:15 christos Exp $
LIBISPRIVATE=yes
@@ -87,7 +87,7 @@ COPTS.msyslog.c+= -Wno-error=format-nonl
# The file should contain one line, like this:
# Fri Dec 27 19:28:17 EST 2013 (import)
#
-.if ${MKREPRO} == "yes"
+.if ${MKREPRO:Uno} == "yes"
IMPORTDATE_FILE := ${.PARSEDIR}/../../importdate
MKREPRO_DATE != ${TOOL_AWK} '{printf "%3s %2d %4d", $$2, $$3, $$6}' \
<${IMPORTDATE_FILE} # "Mmm DD YYYY"