Subject: Re: Makefile change for xntpd
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: current-users
Date: 05/02/1997 13:37:57
In article <Pine.NEB.3.95.970502054038.372A-100000@pgoyette.bdt.com> paul@pgoyette.bdt.com (Paul Goyette) writes:
>In case anyone is having the same problem as I had, I've discovered that
>the Makefile for src/usr.sbin/xntp/xntpd needs to have the following line
>inserted:
>
>	LDADD+= -lkvm
>
>Without including libkvm, the linker gets several _kvm_xxx undefined
>symbols.
>

Used to, but it does not anymore. Make sure that your config.h has a line
in it:

#define HAVE_SYSCTL_CLOCKRATE 1

and that your ntp_unixclock.c has code to do that via sysctl.


christos