ea906c4152
will update usr.sbin/ntp to match this. MFC after: 2 weeks
19 lines
454 B
Plaintext
19 lines
454 B
Plaintext
/* -*- Mode: Text -*- */
|
|
|
|
copyright = {
|
|
date = "1970-2008";
|
|
owner = "David L. Mills and/or others";
|
|
eaddr = "http://bugs.ntp.isc.org, bugs@ntp.org";
|
|
type = note;
|
|
text = "see html/copyright.html";
|
|
};
|
|
|
|
long-opts;
|
|
config-header = config.h;
|
|
environrc;
|
|
|
|
version = `
|
|
eval VERSION=\`sed -e 's/.*,\\[//' -e 's/\\].*//' < ../version.m4\`
|
|
[ -z "${VERSION}" ] && echo "Cannot determine VERSION" && kill -TERM $AG_pid
|
|
echo $VERSION`;
|