aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/clockstuff/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bye bye xntpd.Ollivier Robert1999-12-221-16/+0
| | | | Notes: svn path=/head/; revision=55003
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internalBruce Evans1998-03-071-3/+3
| | | | | | | | | | libraries so that `ld -f' in can create correct dependencies for yet-to-be-built libraries. Get the default BINDIR correctly (by including ../Makefile.inc recursively. Notes: svn path=/head/; revision=34159
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Fix library dependencies. The clockstuff directory isn't used but IBruce Evans1994-09-151-3/+3
| | | | | | | fixed the Makefile before I knew that. Notes: svn path=/head/; revision=2813
* Deleted old configuration grot and added BSD-style Makefile. AddedGarrett Wollman1993-12-211-0/+16
README.FreeBSD. Re-added NTP's version of getopt() and fixed conflicts. Notes: svn path=/head/; revision=904