aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ntp/libparse
Commit message (Collapse)AuthorAgeFilesLines
* Update Makefile.depend filesSimon J. Gerraty2024-10-141-0/+1
| | | | | | | After building packages we have a number of new and updated Makefile.depend files Reviewed by: stevek
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* packages: add package for NTPLexi Winter2024-05-041-0/+1
| | | | | Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1193
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* ntp: import ntp-4.2.8p16Cy Schubert2023-06-011-2/+2
| | | | | Security: NtpBUg3767, NtpBug3808, NtpBug3807 (CVE-2023-26555) MFC after: immediately
* Simplify/improve idioms in usr.sbin/ntp MakefilesEnji Cooper2017-03-011-4/+4
| | | | | | | | | | | | | | | - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones. This simplifies pathing in make/displayed output. - Also, use :H where possible/sensical to manipulate .CURDIR-relative paths - Remove superfluous bsd.own.mk .includes which are already handled via src.opts.mk .includes MFC after: 1 week Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314472
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-272-7/+11
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=283595
| * Merge head@256284Simon J. Gerraty2013-10-131-1/+1
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=256424
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+18
| | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | | MFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092, r276093, r278284)Cy Schubert2015-03-301-7/+10
| |/ |/| | | | | | | | | | | | | | | Thanks to roberto for providing pointers to wedge this into HEAD. Approved by: roberto Notes: svn path=/head/; revision=280849
* | Meinberg clocks support was inadvertently removed during the last vendorOllivier Robert2013-10-021-1/+1
|/ | | | | | | | | | | | import. Add it back. PR: bin/182545 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: re (delphij) MFC after: 1 week Notes: svn path=/head/; revision=256009
* 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