summaryrefslogtreecommitdiffstats
path: root/lib/libngatm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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...)
* Add the new call control layer to the library and install the man pageharti2004-07-081-5/+11
| | | | for the service access point (SAP) stuff now that it is really available.
* style.Makefile:johan2004-02-231-1/+1
| | | | Use WARNS?= instead of WARNS=.
* Build the layer 3 (signalling) stuff into the library and installharti2003-11-071-3/+9
| | | | the corresponding headers.
* Build address handling, traffic descriptor handling, encoding and decodingharti2003-11-031-5/+12
| | | | into the library.
* Makefile for the NgATM user space library.harti2003-10-221-0/+35
OpenPOWER on IntegriCloud