Module Name:    src
Committed By:   skrll
Date:           Mon Jan 13 07:53:47 UTC 2025

Modified Files:
        src/external/bsd/ntp/bin: Makefile
        src/external/bsd/ntp/bin/ntpdate: Makefile
        src/external/bsd/ntp/bin/ntpq: Makefile

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/ntp/bin/Makefile
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/ntp/bin/ntpdate/Makefile
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/ntp/bin/ntpq/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/bin/Makefile
diff -u src/external/bsd/ntp/bin/Makefile:1.5 src/external/bsd/ntp/bin/Makefile:1.6
--- src/external/bsd/ntp/bin/Makefile:1.5	Sun Oct 18 15:20:13 2020
+++ src/external/bsd/ntp/bin/Makefile	Mon Jan 13 07:53:47 2025
@@ -1,8 +1,8 @@
-#	$NetBSD: Makefile,v 1.5 2020/10/18 15:20:13 christos Exp $
+#	$NetBSD: Makefile,v 1.6 2025/01/13 07:53:47 skrll Exp $
 
 .include <bsd.own.mk>
 
-SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp 
+SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp
 
 CPPFLAGS+=-DOPENSSL
 

Index: src/external/bsd/ntp/bin/ntpdate/Makefile
diff -u src/external/bsd/ntp/bin/ntpdate/Makefile:1.3 src/external/bsd/ntp/bin/ntpdate/Makefile:1.4
--- src/external/bsd/ntp/bin/ntpdate/Makefile:1.3	Wed Feb  1 07:46:21 2012
+++ src/external/bsd/ntp/bin/ntpdate/Makefile	Mon Jan 13 07:53:47 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2012/02/01 07:46:21 kardel Exp $
+#	$NetBSD: Makefile,v 1.4 2025/01/13 07:53:47 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -8,7 +8,7 @@ BINDIR=	/usr/sbin
 
 SRCS=	ntpdate.c
 
-LDADD+=		-L${LIBNTP} -lntp -L${LIBISC} -liscntp -lm 
+LDADD+=		-L${LIBNTP} -lntp -L${LIBISC} -liscntp -lm
 DPADD+=		${LIBNTP}/libntp.a ${LIBISC}/libiscntp.a ${LIBM}
 
 .include "${.CURDIR}/../Makefile.inc"

Index: src/external/bsd/ntp/bin/ntpq/Makefile
diff -u src/external/bsd/ntp/bin/ntpq/Makefile:1.10 src/external/bsd/ntp/bin/ntpq/Makefile:1.11
--- src/external/bsd/ntp/bin/ntpq/Makefile:1.10	Sat Jun  3 09:09:04 2023
+++ src/external/bsd/ntp/bin/ntpq/Makefile	Mon Jan 13 07:53:47 2025
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.10 2023/06/03 09:09:04 lukem Exp $
+#	$NetBSD: Makefile,v 1.11 2025/01/13 07:53:47 skrll Exp $
 
 .include <bsd.own.mk>
 
@@ -10,7 +10,7 @@ SRCS=	ntpq.c					\
 	ntpq-subs.c				\
 	ntpq-opts.c
 
-LDADD+=		-L${LIBNTP} -lntp -L${LIBOPTS} -lopts -L${LIBISC} -liscntp -ledit -lterminfo -lm 
+LDADD+=		-L${LIBNTP} -lntp -L${LIBOPTS} -lopts -L${LIBISC} -liscntp -ledit -lterminfo -lm
 #DPADD+=		${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a  ${LIBNTP}/libntp.a ${LIBEDIT} ${LIBTERMINFO} ${LIBM}
 
 .include "${.CURDIR}/../Makefile.inc"

Reply via email to