Sat Oct 10 14:23:05 2020 UTC ()
include bsd.own.mk so that ../../Makefile.inc does not do it...


(christos)
diff -r1.7 -r1.8 src/external/bsd/ntp/bin/sntp/Makefile

cvs diff -r1.7 -r1.8 src/external/bsd/ntp/bin/sntp/Makefile (expand / switch to unified diff)

--- src/external/bsd/ntp/bin/sntp/Makefile 2019/10/13 07:28:07 1.7
+++ src/external/bsd/ntp/bin/sntp/Makefile 2020/10/10 14:23:05 1.8
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1# $NetBSD: Makefile,v 1.7 2019/10/13 07:28:07 mrg Exp $ 1# $NetBSD: Makefile,v 1.8 2020/10/10 14:23:05 christos Exp $
2 2
3USE_FORT?= yes # network client/server 3USE_FORT?= yes # network client/server
4 4
 5.include <bsd.own.mk>
 6
5PROG= sntp 7PROG= sntp
6MAN= sntp.1 8MAN= sntp.1
7SRCS= \ 9SRCS= \
8 crypto.c \ 10 crypto.c \
9 kod_management.c \ 11 kod_management.c \
10 log.c \ 12 log.c \
11 main.c \ 13 main.c \
12 networking.c \ 14 networking.c \
13 sntp-opts.c \ 15 sntp-opts.c \
14 sntp.c \ 16 sntp.c \
15 utilities.c 17 utilities.c
16 18
17BINDIR= /usr/sbin 19BINDIR= /usr/sbin