summaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/libparse
Commit message (Collapse)AuthorAgeFilesLines
* Update the various files to sync with vendor import of 4.2.4p5.Ollivier Robert2008-08-221-1/+2
| | | | | | | | | | | sntp includes a copy of libopts in itself in vendor code, rewrite the Makefile to compile and use only one copy. It is an internal library, not installed. MFC after: 2 weeks Notes: svn path=/head/; revision=182008
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* style.Makefile(5)David E. O'Brien2003-04-041-2/+2
| | | | Notes: svn path=/head/; revision=113091
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-4/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Update for the import of 4.1.0.Ollivier Robert2001-08-291-6/+4
| | | | Notes: svn path=/head/; revision=82504
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-201-12/+9
| | | | | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before. Notes: svn path=/head/; revision=80029
* - remove trace of libkvm. It is not used at all.Ollivier Robert2000-01-011-2/+2
| | | | | | | | | - reorganise the Makefiles: the order of variables was not the usual one. Explained gently by: bde Notes: svn path=/head/; revision=55307
* Please welcome the brand new ntp4 daemon & utilities in the FreeBSD tree.Ollivier Robert1999-12-131-0/+24
This is the second part of the commit (the third -- link in usr.sbin/Makefile) will be done after a more complete review by phk & obrien. NOTE: the number of drivers included in the default configuration is very minimal, mainly local clocks and the one I use RAWDCF. Anyone wanting to have a more complete version will find recompilation very easy. It builds and runs on both alpha & i386. It also does survive "make world". Reviewed by: phk, obrien (partly) Notes: svn path=/head/; revision=54552