summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-Makefile
blob: 488a8bdd7ff85f792726efac263b63e7db97be82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$FreeBSD$
--- Makefile.orig	2009-06-25 16:14:54.000000000 +0200
+++ Makefile	2013-08-01 17:33:37.000000000 +0200
@@ -2,7 +2,7 @@
 
 PROG=	ntpd
 SRCS=	ntpd.c buffer.c log.c imsg.c ntp.c ntp_msg.c parse.y config.c \
-	server.c client.c sensors.c util.c ntp_dns.c
+	server.c client.c util.c ntp_dns.c adjfreq.c
 CFLAGS+= -Wall -I${.CURDIR}
 CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
 CFLAGS+= -Wmissing-declarations
@@ -11,4 +11,7 @@ CFLAGS+= -Wsign-compare
 YFLAGS=
 MAN=	ntpd.8 ntpd.conf.5
 
+DPADD=	${LIBMD}
+LDADD=	-lmd
+
 .include <bsd.prog.mk>