History log of /freebsd-current/lib/libypclnt/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 93c43690 14-Dec-2021 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Put more binaries/lib in runtime

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


# 5abb10fa 28-Sep-2021 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Put yellow pages programs to its own package

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


# 4c1a82ce 05-Sep-2019 Emmanuel Vadot <manu@FreeBSD.org>

pkgbase: Create a FreeBSD-utilities package and make it the default one

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


# 5943dd2a 19-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones

This implifies pathing in make/displayed output

MFC after: 3 weeks
Sponsored by: Dell EMC Isilon


# a70cba95 04-Feb-2016 Glen Barber <gjb@FreeBSD.org>

First pass through library packaging.

Sponsored by: The FreeBSD Foundation


# 5e0a19bd 07-Feb-2012 Dimitry Andric <dim@FreeBSD.org>

Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor
set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.

MFC after: 1 week


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# daaf5759 02-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Build lib/ with WARNS=6 by default.

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.


# 3ca3047a 19-Jul-2009 Ken Smith <kensmith@FreeBSD.org>

Bump the version of all non-symbol-versioned shared libraries in
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)


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 419ecd5d 20-May-2007 Daniel Eischen <deischen@FreeBSD.org>

Bump library versions in preparation for 7.0.

Ok'd by: kan


# 98cea792 30-Mar-2007 Tom Rhodes <trhodes@FreeBSD.org>

Back out my previous commit to this area, there are differences between
our implementation and OpenBSD's.

Requested by: des


# 0e37c3dc 14-Feb-2007 Tom Rhodes <trhodes@FreeBSD.org>

Hook ypclnt.3 up to the build.


# a84020c2 22-Jul-2005 Ken Smith <kensmith@FreeBSD.org>

Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)


# 002886c8 04-Feb-2004 Ruslan Ermilov <ru@FreeBSD.org>

Nothing in libypclnt depends on librpcsvc.

Reported by: lorder(1) (modified to work with libraries)


# dfca108c 09-Mar-2003 David E. O'Brien <obrien@FreeBSD.org>

style.Makefile(5) police.

Reviewed by: des


# 224af215 27-Sep-2002 Peter Wemm <peter@FreeBSD.org>

Zap now-unused SHLIB_MINOR


# e89a35d5 18-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Back out previous commit, which was not at all approved by the maintainer
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.


# 455e3a78 18-Apr-2002 David E. O'Brien <obrien@FreeBSD.org>

This style is *way* outside the relm of any other of our Makefiles
(other than the single sys.mk). Adjust to smell like FreeBSD.

Reviewed & prefered by: bde


# 35567048 15-Apr-2002 David E. O'Brien <obrien@FreeBSD.org>

Back out rev 1.6 -- I was in the wrong dir during a 'ci'. This change
was on hold waiting feedback from previous committer.


# 8e512fb6 15-Apr-2002 David E. O'Brien <obrien@FreeBSD.org>

ypclnt.h was the correct spelling... we now have yet another special
thing that needs to be done to get a header installed.


# fc27278b 15-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Fix incorrect dependency. This should fix the -j build.


# cb2924ca 15-Apr-2002 Ruslan Ermilov <ru@FreeBSD.org>

This isn't WARNS ready in the -nostdinc case.


# e9b35570 14-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Add a missing generated file.


# 774cd88f 13-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

Add support for FreeBSD-specific "master" update.

Sponsored by: DARPA, NAI Labs


# c0f2281e 13-Apr-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

NIS client toolbox. This centralizes code which is duplicated all over
our tree.

Sponsored by: DARPA, NAI Labs.