summaryrefslogtreecommitdiff
path: root/net/openntpd/files/patch-Makefile
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2015-01-08 16:11:29 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2015-01-08 16:11:29 +0000
commit6762458c899b95848970763f76c1241a9e8dc70b (patch)
tree1cb742028d377bd7c8e0e5fc4ba45790c3bd7642 /net/openntpd/files/patch-Makefile
parentUpdate the comment, forgotten in the previous commit. (diff)
After a long hiatus, update to 5.7p1.
Major user-visible changes: * Added ntpctl(8), which allows for querying ntpd(8) at runtime. * Added support for different routing tables.
Diffstat (limited to 'net/openntpd/files/patch-Makefile')
-rw-r--r--net/openntpd/files/patch-Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/openntpd/files/patch-Makefile b/net/openntpd/files/patch-Makefile
deleted file mode 100644
index 488a8bdd7ff8..000000000000
--- a/net/openntpd/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-$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>