Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ntp/ntpd Enable use of the clockctl device for ntpd...
details: https://anonhg.NetBSD.org/src/rev/9b4c90f10c19
branches: trunk
changeset: 515068:9b4c90f10c19
user: manu <manu%NetBSD.org@localhost>
date: Sun Sep 16 07:53:12 2001 +0000
description:
Enable use of the clockctl device for ntpd (this feature has not yet been
commited to the ntp CVS)
diffstat:
usr.sbin/ntp/ntpd/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 65c01f410ee9 -r 9b4c90f10c19 usr.sbin/ntp/ntpd/Makefile
--- a/usr.sbin/ntp/ntpd/Makefile Sun Sep 16 07:51:54 2001 +0000
+++ b/usr.sbin/ntp/ntpd/Makefile Sun Sep 16 07:53:12 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/19 17:50:11 drochner Exp $
+# $NetBSD: Makefile,v 1.6 2001/09/16 07:53:12 manu Exp $
PROG= ntpd
MAN= ntpd.8
@@ -19,6 +19,7 @@
.include <bsd.own.mk>
+CFLAGS+= -DHAVE_CLOCKCTL
LIBPARSE!= cd ${.CURDIR}/../libparse && ${PRINTOBJDIR}
LDADD+= -L${LIBPARSE} -lparse
DPADD+= ${LIBPARSE}/libparse.a
Home |
Main Index |
Thread Index |
Old Index