Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp/bin/sntp include bsd.own.mk so that ../../M...



details:   https://anonhg.NetBSD.org/src/rev/f221b9fd43f1
branches:  trunk
changeset: 944759:f221b9fd43f1
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 10 14:23:05 2020 +0000

description:
include bsd.own.mk so that ../../Makefile.inc does not do it...

diffstat:

 external/bsd/ntp/bin/sntp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 4864461e3b4d -r f221b9fd43f1 external/bsd/ntp/bin/sntp/Makefile
--- a/external/bsd/ntp/bin/sntp/Makefile        Sat Oct 10 14:07:18 2020 +0000
+++ b/external/bsd/ntp/bin/sntp/Makefile        Sat Oct 10 14:23:05 2020 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2019/10/13 07:28:07 mrg Exp $
+# $NetBSD: Makefile,v 1.8 2020/10/10 14:23:05 christos Exp $
 
 USE_FORT?= yes # network client/server
 
+.include <bsd.own.mk>
+
 PROG=  sntp
 MAN=   sntp.1
 SRCS= \



Home | Main Index | Thread Index | Old Index