From 308afeb1b5e13ead58a920490a927bb13eaa4df7 Mon Sep 17 00:00:00 2001 From: jakllsch Date: Fri, 12 Apr 2024 19:06:45 +0000 Subject: [PATCH] remove now-unused assignment --- external/bsd/ntp/lib/libntp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/external/bsd/ntp/lib/libntp/Makefile b/external/bsd/ntp/lib/libntp/Makefile index 081738f25573..618dbe3bf30d 100644 --- a/external/bsd/ntp/lib/libntp/Makefile +++ b/external/bsd/ntp/lib/libntp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2024/04/03 00:38:36 christos Exp $ +# $NetBSD: Makefile,v 1.30 2024/04/12 19:06:45 jakllsch Exp $ LIBISPRIVATE=yes @@ -88,7 +88,6 @@ CPPFLAGS+= -I${IDIST}/sntp/libopts # For MKREPRO, avoid using __DATE__ and __TIME__. # Instead, use the date and time from ${MKREPRO_TIMESTAMP} .if ${MKREPRO:Uno} == "yes" -IMPORTDATE_FILE := ${.PARSEDIR}/../../importdate MKREPRO_DATE != ${TOOL_DATE} -u -r "${MKREPRO_TIMESTAMP}" "+%F" MKREPRO_TIME != ${TOOL_DATE} -u -r "${MKREPRO_TIMESTAMP}" "+%T" CPPFLAGS.ntp_calendar.c += -DMKREPRO_DATE=\"${MKREPRO_DATE:Q}\"