Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ntp include <bsd.own.mk> where missing.



details:   https://anonhg.NetBSD.org/src/rev/aa74c518cacb
branches:  trunk
changeset: 945001:aa74c518cacb
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 18 15:20:13 2020 +0000

description:
include <bsd.own.mk> where missing.

diffstat:

 external/bsd/ntp/bin/Makefile          |  6 +++---
 external/bsd/ntp/bin/ntptrace/Makefile |  4 +++-
 external/bsd/ntp/lib/Makefile          |  4 +++-
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 151f47484a17 -r aa74c518cacb external/bsd/ntp/bin/Makefile
--- a/external/bsd/ntp/bin/Makefile     Sun Oct 18 15:02:12 2020 +0000
+++ b/external/bsd/ntp/bin/Makefile     Sun Oct 18 15:20:13 2020 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.4 2017/05/21 15:28:39 riastradh Exp $
+#      $NetBSD: Makefile,v 1.5 2020/10/18 15:20:13 christos Exp $
+
+.include <bsd.own.mk>
 
 SUBDIR= ntp-keygen ntpd ntpdate ntpdc ntpq ntptime ntptrace sntp 
 
 CPPFLAGS+=-DOPENSSL
 
-.include "Makefile.inc"
-
 .include <bsd.subdir.mk>
diff -r 151f47484a17 -r aa74c518cacb external/bsd/ntp/bin/ntptrace/Makefile
--- a/external/bsd/ntp/bin/ntptrace/Makefile    Sun Oct 18 15:02:12 2020 +0000
+++ b/external/bsd/ntp/bin/ntptrace/Makefile    Sun Oct 18 15:20:13 2020 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.1 2010/08/28 15:42:45 kardel Exp $
+#      $NetBSD: Makefile,v 1.2 2020/10/18 15:20:13 christos Exp $
+
+.include <bsd.own.mk>
 
 MAN=   ntptrace.8
 BINDIR=        /usr/sbin
diff -r 151f47484a17 -r aa74c518cacb external/bsd/ntp/lib/Makefile
--- a/external/bsd/ntp/lib/Makefile     Sun Oct 18 15:02:12 2020 +0000
+++ b/external/bsd/ntp/lib/Makefile     Sun Oct 18 15:20:13 2020 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.1 2009/12/13 17:13:48 kardel Exp $
+#      $NetBSD: Makefile,v 1.2 2020/10/18 15:20:13 christos Exp $
+
+.include <bsd.own.mk>
 
 SUBDIR+= libntp libiscntp libopts libparse
 



Home | Main Index | Thread Index | Old Index