summaryrefslogtreecommitdiffstats
path: root/lib/libypclnt/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r312452-r312512:ngie2017-02-101-3/+3
| | | | | | | | | | r312452-r312512: - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc
* First pass through library packaging.gjb2016-02-041-0/+1
| | | | Sponsored by: The FreeBSD Foundation
* Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessordim2012-02-071-1/+1
| | | | | | set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. MFC after: 1 week
* Build lib/ with WARNS=6 by default.ed2010-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.
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-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)
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
| | | | Ok'd by: kan
* Back out my previous commit to this area, there are differences betweentrhodes2007-03-301-1/+0
| | | | | | our implementation and OpenBSD's. Requested by: des
* Hook ypclnt.3 up to the build.trhodes2007-02-151-0/+1
|
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* Nothing in libypclnt depends on librpcsvc.ru2004-02-041-3/+0
| | | | Reported by: lorder(1) (modified to work with libraries)
* style.Makefile(5) police.obrien2003-03-091-31/+30
| | | | Reviewed by: des
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
|
* Back out previous commit, which was not at all approved by the maintainerdes2002-04-181-21/+32
| | | | | | | | 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.
* This style is *way* outside the relm of any other of our Makefilesobrien2002-04-181-32/+21
| | | | | | (other than the single sys.mk). Adjust to smell like FreeBSD. Reviewed & prefered by: bde
* Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This changeobrien2002-04-151-21/+32
| | | | was on hold waiting feedback from previous committer.
* ypclnt.h was the correct spelling... we now have yet another specialobrien2002-04-151-32/+21
| | | | thing that needs to be done to get a header installed.
* Fix incorrect dependency. This should fix the -j build.des2002-04-151-1/+1
|
* This isn't WARNS ready in the -nostdinc case.ru2002-04-151-0/+1
|
* Add a missing generated file.des2002-04-151-1/+5
|
* Add support for FreeBSD-specific "master" update.des2002-04-131-1/+2
| | | | Sponsored by: DARPA, NAI Labs
* NIS client toolbox. This centralizes code which is duplicated all overdes2002-04-131-0/+54
our tree. Sponsored by: DARPA, NAI Labs.
OpenPOWER on IntegriCloud