aboutsummaryrefslogtreecommitdiff
path: root/lib/libbind
Commit message (Collapse)AuthorAgeFilesLines
* Switch from BIND 8 to BIND 9.Dag-Erling Smørgrav2004-09-211-86/+0
| | | | | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days Notes: svn path=/head/; revision=135549
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-2/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* This library uses its own versions of some of the system headers.Ruslan Ermilov2002-03-221-3/+3
| | | | | | | | Protect against CFLAGS having -I/usr/include listed explicitly. The real solution would be to fix the library. XXX Notes: svn path=/head/; revision=92963
* Build more components to get named to build.Peter Wemm1999-11-301-8/+25
| | | | Notes: svn path=/head/; revision=53924
* Update for Bind 8.2.2.p5Peter Wemm1999-11-301-0/+37
| | | | Notes: svn path=/head/; revision=53921
* Sigh, mkdep doesn't know about all the CFLAGS to pass during dependPeter Wemm1998-06-111-2/+3
| | | | | | | generation. Notes: svn path=/head/; revision=36895
* Remove components that would duplicate those in libc now that thePeter Wemm1998-06-111-16/+7
| | | | | | | | | | | includes and interfaces have been merged with the 8.1.2 update. This essentially leaves the isc/* files that named and named-xfer use. It might be best to just compile them with .PATH in both cases rather than bothering with libbind. Notes: svn path=/head/; revision=36892
* Build libbind for named and friends (not installed in /usr/lib)Peter Wemm1998-05-031-0/+42
Notes: svn path=/head/; revision=35635