blob: c78ef017030e66cc1a896ce267fb9066e1fd2b1f (
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-08-01 17:38:53.000000000 +0200
+++ Makefile 2009-08-01 18:21:05.000000000 +0200
@@ -4,7 +4,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
+ server.c client.c util.c adjfreq.c arc4random.c
CFLAGS+= -Wall -I${.CURDIR}
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
@@ -13,4 +13,7 @@ CFLAGS+= -Wsign-compare
YFLAGS=
MAN= ntpd.8 ntpd.conf.5
+DPADD= ${LIBMD}
+LDADD= -lmd
+
.include <bsd.prog.mk>
|