aboutsummaryrefslogtreecommitdiff
path: root/lib/libypclnt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libypclnt: Move to yp packageLexi Winter2026-01-061-1/+3
| | | | | | | | | | | | | | | | | | This was previously in runtime, because pam_unix uses it and we don't want to pull in the entire yp package as a dependency of runtime. However, we can now use LIB_PACKAGE here to create a yp-lib package to contain the library, which is a much more reasonable dependency. Since libypclnt clearly belongs in the yp package, move it there. This change moves files between packages so, until we have a proper policy on how to handle this in release/stable branches, it should not be MFC'd. MFC after: never Reviewed by: bapt Sponsored by: https://www.patreon.com/bsdivy Differential Revision: https://reviews.freebsd.org/D53600
* 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
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-211-1/+1
| | | | | | | | | Move some needed binaries/libs from FreeBSD-utilities to FreeBSD_runtime. This is everything needed to boot to multiuser with FreeBSD-rc installed. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33435
* pkgbase: Put yellow pages programs to its own packageEmmanuel Vadot2021-12-211-0/+1
| | | | | | | | | YP is less and less used, split them to users have the choice to not install them. MFC after: 2 weeks Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D33441
* pkgbase: Create a FreeBSD-utilities package and make it the default oneEmmanuel Vadot2019-09-051-1/+0
| | | | | | | | | | | | | The default package use to be FreeBSD-runtime but it should only contain binaries and libs enough to boot to single user and repair the system, it is also very handy to have a package that can be tranform to a small mfsroot. So create a new package named FreeBSD-utilities and make it the default one. Also move a few binaries and lib into this package when it make sense. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D21506 Notes: svn path=/head/; revision=351858
* Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper2017-01-201-3/+3
| | | | | | | | | | This implifies pathing in make/displayed output MFC after: 3 weeks Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=312469
* First pass through library packaging.Glen Barber2016-02-041-0/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/projects/release-pkg/; revision=295278
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessorDimitry Andric2012-02-071-1/+1
| | | | | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week Notes: svn path=/head/; revision=231118
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | | | | | | Similar to libexec/, do the same with lib/. Make WARNS=6 the norm and lower it when needed. I'm setting WARNS?=0 for secure/. It seems secure/ includes the Makefile.inc provided by lib/. I'm not going to touch that directory. Most of the code there is contributed anyway. Notes: svn path=/head/; revision=201381
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
| | | | | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson) Notes: svn path=/head/; revision=195767
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* Back out my previous commit to this area, there are differences betweenTom Rhodes2007-03-301-1/+0
| | | | | | | | | our implementation and OpenBSD's. Requested by: des Notes: svn path=/head/; revision=168040
* Hook ypclnt.3 up to the build.Tom Rhodes2007-02-151-0/+1
| | | | Notes: svn path=/head/; revision=166734
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Nothing in libypclnt depends on librpcsvc.Ruslan Ermilov2004-02-041-3/+0
| | | | | | | Reported by: lorder(1) (modified to work with libraries) Notes: svn path=/head/; revision=125427
* style.Makefile(5) police.David E. O'Brien2003-03-091-29/+28
| | | | | | | Reviewed by: des Notes: svn path=/head/; revision=112043
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Back out previous commit, which was not at all approved by the maintainerDag-Erling Smørgrav2002-04-181-19/+30
| | | | | | | | | | | of this code. I very much doubt that "the FreeBSD way" really means "make it as unreadable and unmaintable as possible", and I would like Makefile style (which is not currently documented anywhere except in the minds of bde and ru) to be discussed and agreed upon in the appropriate forum before any further commits of this kind happen. Notes: svn path=/head/; revision=95001
* This style is *way* outside the relm of any other of our MakefilesDavid E. O'Brien2002-04-181-30/+19
| | | | | | | | | (other than the single sys.mk). Adjust to smell like FreeBSD. Reviewed & prefered by: bde Notes: svn path=/head/; revision=94998
* Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This changeDavid E. O'Brien2002-04-151-19/+30
| | | | | | | was on hold waiting feedback from previous committer. Notes: svn path=/head/; revision=94807
* ypclnt.h was the correct spelling... we now have yet another specialDavid E. O'Brien2002-04-151-30/+19
| | | | | | | thing that needs to be done to get a header installed. Notes: svn path=/head/; revision=94806
* Fix incorrect dependency. This should fix the -j build.Dag-Erling Smørgrav2002-04-151-1/+1
| | | | Notes: svn path=/head/; revision=94773
* This isn't WARNS ready in the -nostdinc case.Ruslan Ermilov2002-04-151-0/+1
| | | | Notes: svn path=/head/; revision=94770
* Add a missing generated file.Dag-Erling Smørgrav2002-04-151-1/+5
| | | | Notes: svn path=/head/; revision=94713
* Add support for FreeBSD-specific "master" update.Dag-Erling Smørgrav2002-04-131-1/+2
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=94577
* NIS client toolbox. This centralizes code which is duplicated all overDag-Erling Smørgrav2002-04-131-0/+54
our tree. Sponsored by: DARPA, NAI Labs. Notes: svn path=/head/; revision=94575