diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-05-26 00:33:17 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-05-26 00:33:17 +0000 |
commit | 4bb07fcc094f0b525bac6d922d4db201cb24eb5e (patch) | |
tree | 77097e760388adaac2bb5d7965ce6bccd9ab3052 /usr.sbin/ntpd/Makefile | |
parent | 8a7c3747c7e7e97787c338f89d001db9e457351e (diff) |
add support for timedelta sensors, which pretty much means udcf(4) right
now. untested due to lack of hardware, and it wouldn't have worked in the
plane anyways. work in progress, currently picks up and uses all sensors
it finds, config file bits to be added soon. theo fine with this going in
Diffstat (limited to 'usr.sbin/ntpd/Makefile')
-rw-r--r-- | usr.sbin/ntpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/Makefile b/usr.sbin/ntpd/Makefile index 86cb8cc8ff6..95265504726 100644 --- a/usr.sbin/ntpd/Makefile +++ b/usr.sbin/ntpd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2004/07/04 11:01:49 alexander Exp $ +# $OpenBSD: Makefile,v 1.8 2006/05/26 00:33:16 henning Exp $ .PATH: ${.CURDIR}/.. PROG= ntpd SRCS= ntpd.c buffer.c log.c imsg.c ntp.c ntp_msg.c parse.y config.c \ - server.c client.c util.c + server.c client.c sensors.c util.c CFLAGS+= -Wall -I${.CURDIR} CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes CFLAGS+= -Wmissing-declarations |