Commit Graph

54 Commits

Author SHA1 Message Date
heinz c624907cf7 fix small typo 2002-10-06 17:13:24 +00:00
lukem c52b93f508 minor makefile delint 2002-09-18 13:31:52 +00:00
lukem 17d72c8a6b use NETBSDSRCDIR as appropriate 2002-09-18 03:54:26 +00:00
jmc 1347ab1b90 Remove check for sparc64 which adds -msoft-quad-float as that is now the
default for the compiler on sparc64.
2002-03-28 09:58:09 +00:00
wiz b6ad50f62e Restore some changes from before v1.11. 2002-02-21 18:57:44 +00:00
mason be7a76e49f document -i and -u in the man page 2002-02-21 17:10:14 +00:00
ross 2a76afae02 Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 2002-02-08 01:36:18 +00:00
wiz e24be883e9 Sort sections. 2002-02-02 01:27:52 +00:00
wiz 3bd1b31f25 Use Xr for xrefs and use standard headers. 2002-02-02 01:27:22 +00:00
wiz cfc1b4eee7 Sort sections, use standard headers. 2002-02-02 01:26:51 +00:00
wiz 7bdc66a6c8 Sort section, punctuation nit. 2002-02-02 01:26:18 +00:00
wiz b083512733 Sort sections, mark up xrefs with .Xr. 2002-02-02 01:25:25 +00:00
wiz 1f9a8d013a Sort sections, use standard headers. 2002-02-02 01:23:39 +00:00
wiz a2d753e3ef Whitespace nits. 2002-01-19 11:44:57 +00:00
manu e1ef443282 Enable clockctl 2002-01-13 15:49:11 +00:00
wiz 3cb5c6721b Typo and grammar fix. 2001-12-26 15:13:57 +00:00
mason 8f3eeb9b40 fix typo - meant to get this in last commit, forgot 2001-12-26 15:10:57 +00:00
mason 0e1a977737 fix typo - s/unltimate/ultimate/ 2001-12-26 15:08:46 +00:00
lukem b0b0a32ad7 Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
Otherwise the appropriate MKxxx=no won't be defined .
2001-12-12 12:24:19 +00:00
tv 8e6f7afb5b MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
manu 171c550e3a Removed the HAVE_CLOCKCTL for now (it should not be enabled until all
ports use clockctl. Silly me!)
2001-09-16 09:12:50 +00:00
manu 98b40d754d Enable use of the clockctl device for ntpd (this feature has not yet been
commited to the ntp CVS)
2001-09-16 07:53:12 +00:00
wiz 40ac848024 Fix various misspellings of compatible/compatibility. 2001-06-11 01:50:48 +00:00
wiz dc8f675935 Fix date, and comment. 2001-04-27 00:10:05 +00:00
drochner 115d871078 regen with --enable-parse-clocks as it was intended 2001-04-19 17:52:29 +00:00
drochner d615c1c1ed link against libparse which is needed for the generic serial driver 2001-04-19 17:50:11 +00:00
drochner 2acdce8cfd build libparse from the ntp distribution which is needed for the generic
serial driver
2001-04-19 17:48:18 +00:00
mrg 9f716be17e quote argments to .Nd 2001-03-04 15:59:55 +00:00
cgd 82f3142780 fix NetBSD RCS id tags 2001-02-27 19:04:39 +00:00
hubertf 1a23840177 Make this look ok when formatted.
Fixes PR 12078 by Nigel Reed <nigel@nelgin.nu>
2001-02-02 03:33:50 +00:00
lukem 3b32ee2ae2 this is ntpq(8) not pq(8). (conversion problem from the html???) 2001-01-19 01:25:32 +00:00
enami 30fc09dacc Use PRINTOBJDIR. 2001-01-11 13:15:06 +00:00
lukem 443a19e035 convert to using .WAIT 2001-01-09 03:13:39 +00:00
martin d045d83e39 Make ntp work on sparc64 (workaround for toolchain problems) by
adding -msoft-quad-float.
2000-11-12 19:48:55 +00:00
simonb 2e7c137de8 Use /usr/share/doc/html/ntp as location for html files.
Fixes remainder of PR bin/10613 from Jaromír Doleèek.
2000-07-23 14:34:14 +00:00
mrg e1f4b1c95e use ${MAKE} not make 2000-06-18 10:11:25 +00:00
simonb bde324b68f Fix a couple of problems:
+ Make depend required all the source files to be built before
   the dependencies were generated due to some sub-optimal logic
   in the version generation.
   Fix from Bernd Ernesti in private mail.
 + Make the version string contain ${PROG} as originally intended
   and not "ntpd" for all 7 programs.

Also move version generation to Makefile.inc to stop having 7 copies
of exactly the same thing.
2000-06-12 13:57:38 +00:00
simonb 12ed7d31b7 ntpd doesn't need to deal with CRYPTOPATH. 2000-05-11 01:09:27 +00:00
simonb 9c747bda1e Fix the <ieeefp.h> problem a different way - nothing actually uses the
contents of that header (the only file that includes it compiles to the
same object code on multiple architectures with or without including
<ieeefp.h>), so remove all references to it.

Fix sent to NTP maintainers - they will probably implement this change
after the immenient 4.1.0 release, but don't want to change it so close
to the release date.
2000-05-03 06:08:45 +00:00
matt 25845e87d4 There ain't no IEEE FP on a VAX. 2000-05-03 03:26:12 +00:00
simonb 1bf404af94 Install html doco under HTMLDOCDIR/ntp. 2000-05-02 12:01:10 +00:00
simonb 5d00c3832e Update for 4.0.99i - noticed by Jonathan Stone. 2000-04-24 14:26:36 +00:00
simonb a55614023f Updated autoconf config.h for ntp4.0.99i. 2000-04-22 15:34:05 +00:00
simonb beae2d8675 Add new source file for ntp4.0.99i. 2000-04-22 15:26:21 +00:00
simonb e06c3570b8 Make these a little more readable. 2000-03-30 01:49:23 +00:00
simonb 69d37f60ab Add ntptime. 2000-03-29 14:35:45 +00:00
simonb e7734f607a Add man pages generated by ntp-html2mdoc.pl. 2000-03-29 13:54:44 +00:00
simonb ccb2265fd2 Add one more ntp reachover Makefile left out of last commit. 2000-03-29 13:47:05 +00:00
simonb b6ce3cdec4 Reach-over Makefile machinery for ntp4 build. 2000-03-29 13:13:42 +00:00
simonb 4cf4ac5591 ./configure generated files for ntp 4.0.99g. 2000-03-29 13:08:33 +00:00