aboutsummaryrefslogtreecommitdiff
path: root/lib/libncp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Garbage collect NWFS and NCP bits which are now completely disconnectedAttilio Rao2013-03-091-16/+0
| | | | | | | | | from the tree since few months. This patch is not targeted for MFC. Notes: svn path=/head/; revision=248097
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | | | | | | 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
* NO_MAN is not needed here.Ruslan Ermilov2006-03-161-4/+0
| | | | Notes: svn path=/head/; revision=156775
* Add missing shared library interdependencies.Ruslan Ermilov2005-11-101-0/+3
| | | | Notes: svn path=/head/; revision=152285
* 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
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
| | | | Notes: svn path=/head/; revision=104073
* Repo copy ncp_cfg.h ncp_lib.h ncp_file.h ncp_rcfile.h from here toPeter Wemm1999-11-121-9/+1
| | | | | | | | | sys/netncp/*. Disconnect them from here to avoid breakage. Submitted by: bp Notes: svn path=/head/; revision=53109
* Use ${INSTALL} instead of 'install'.Boris Popov1999-10-211-1/+1
| | | | Notes: svn path=/head/; revision=52414
* Initial import of ncp library sources.Boris Popov1999-10-121-0/+24
Reviewed by: jdp, mdodd Notes: svn path=/head/; revision=52153