summaryrefslogtreecommitdiffstats
path: root/lib/libatm/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove netatm from HEAD as it is not MPSAFE and relies on the now removedrwatson2008-05-251-41/+0
| | | | | | | | | | | | | | | | | | | NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
| | | | Ok'd by: kan
* Bump library majro version for gethostbyaddr(3).ume2006-05-211-0/+1
|
* Enforce style.Makefile(5).trhodes2005-04-221-1/+1
| | | | Glanced at by: ru (some time ago).
* Use WARNS?=3 for these in the arm case for now, due to toolchain issues.cognet2004-05-141-0/+5
|
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* style.Makefile(5)obrien2003-08-181-7/+3
|
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
| | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified.
* Make library WARNS=6 clean. The problems have been: alignment on sparc64harti2003-07-251-1/+1
| | | | and one of the usual sizeof(in_addr_t) == sizeof(u_long) bugs.
* Back off WARNS until I've had a chance to deal with the problems onmdodd2003-03-251-1/+1
| | | | sparc64/alpha.
* Fix warnings.mdodd2003-03-251-0/+1
|
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
| | | | Reviewed by: marcel, and make world
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* libatm uses libmd; add it to the dependency list so that programs usingpeter1998-10-111-1/+4
| | | | libatm are not forced to know the internals of it's implementation.
* Add new files for HARP3phk1998-09-151-0/+37
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
OpenPOWER on IntegriCloud