aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
Commit message (Expand)AuthorAgeFilesLines
* Conditionally add mklocale and gencat to bootstrap-tools to allow to buildMax Khon2008-03-311-0/+10
* MFC the removal of threading from BIND.Doug Barton2005-08-061-8/+0
* MFC:Ruslan Ermilov2005-04-041-6/+6
* This appears to fix a problem with 'make release' when building theKen Smith2005-03-191-2/+2
* Revert rev 1.438.2.14, it is unneeded.David E. O'Brien2005-03-011-40/+0
* Build 32-bit versions of the system libraries on AMD64. NO_LIB32 to disable.David E. O'Brien2005-02-281-2/+2
* MFC: rev 1.474: allow to cross-build amd64 on non-i386.David E. O'Brien2005-02-281-1/+2
* MFC: rev 1.454 (show stray files) & rev 1.441/443 (CVSFLAGS).David E. O'Brien2005-02-261-2/+3
* MFC: rev 1.460: minor tweaks in "make update" comments.David E. O'Brien2005-02-261-1/+1
* MFC: revs. 1.451-453: Convert tools/lib32/build.sh into world connectable hooks.David E. O'Brien2005-02-261-0/+40
* MFC: rev. 1.449: catch another gcc-3.3 c++ include path and update it to 3.4.David E. O'Brien2005-02-191-1/+1
* MFC: For variables that are only checked with defined(), don't provideDavid E. O'Brien2005-02-131-1/+1
* MFC: 1.471: Fixed CPUTYPE assignment type check to botherRuslan Ermilov2004-12-251-2/+2
* MFC knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-281-1/+5
* Insta-MFC rev 1.457 (amd64 hybrid libs only). Fix kerberos5 build.Peter Wemm2004-11-201-6/+6
* Insta-MFC rev 1.456: Add the build tools for kerberos5 for WITH_LIB32 onPeter Wemm2004-11-151-0/+10
* Refine 5.x version of WITH_LIB32 so that it doesn't explode if you havePeter Wemm2004-11-121-4/+6
* MFC: add optional WITH_LIB32 hooks for amd64. Note that the tls/%fs/%gsPeter Wemm2004-11-101-0/+93
* MFC:Ruslan Ermilov2004-11-081-11/+4
* MFC the BIND 9 import and chroot-by-default work up to date.Doug Barton2004-09-301-0/+4
* MFC: BIND 9 and related bits.Dag-Erling Smørgrav2004-09-261-0/+8
* MFC: Makefile.inc1,v 1.440 and gnu/usr.bin/cc/cc_tools/Makefile,v 1.80.Ruslan Ermilov2004-09-221-1/+1
* Fix 'make update' to look for RELENG_5 tag.Ken Smith2004-08-201-1/+1
* sys/boot seems to compile fine on Alpha; unbreak ``make release''.Ruslan Ermilov2004-08-161-4/+1
* Ensure that a new gensnmptree is built. This should fix the problemsHartmut Brandt2004-08-111-1/+1
* Enforce the check that MAKEOBJDIRPREFIX (if set) is set in environmentRuslan Ermilov2004-08-111-0/+7
* Fix recent breakage in rescue. We need to build a new crunchgenHartmut Brandt2004-08-101-1/+1
* Make make recurse into sub-directories and sub-makes when givenHartmut Brandt2004-08-091-22/+27
* The file(1) related build-tool moved to libmagic.David E. O'Brien2004-08-091-1/+1
* Bmake glue for GCC 3.4.2-prerelease.Alexander Kabaev2004-07-281-5/+0
* Get rid of the THISHOST variable when building on sparc64. The problemHartmut Brandt2004-07-081-5/+1
* Third time's a charm?? (the logic was reversed from desired)David E. O'Brien2004-06-171-1/+1
* Grrr, use the userland spelling not the kernel tree spelling.David E. O'Brien2004-06-171-1/+1
* Fall out from Binutils 2.15: disable building the Alpha loader.David E. O'Brien2004-06-171-1/+4
* Allow buildworld and friends to complete when make(1) is calledRuslan Ermilov2004-05-171-1/+1
* Record the libssl.so dependency on libcrypto.so. This shouldRuslan Ermilov2004-05-131-0/+1
* Catch up with the current output of tools/make_libdeps.sh:Ruslan Ermilov2004-05-121-3/+7
* - Added rad_demangle() for demangling user-passwords (needed forRuslan Ermilov2004-04-271-1/+6
* Move the SNMP MIBs and tree definitions from /usr/share/bsnmp toHartmut Brandt2004-04-141-1/+1
* Add a kernel-toolchain target which only builds the bits required to buildDag-Erling Smørgrav2004-04-131-1/+3
* Added the `toolchain' top-level target, which builds enough ofRuslan Ermilov2004-03-241-0/+2
* Removed 3x2 dots I don't like. ;)Ruslan Ermilov2004-03-191-3/+3
* Create /usr/sbin in ${WORLDTMP}. I've accidentally removed it inRuslan Ermilov2004-03-191-1/+2
* Comment various stages of buildkernel, symmetrical to buildworld.Ruslan Ermilov2004-03-181-2/+26
* Don't scare non-root users attempting to build world.Ruslan Ermilov2004-03-141-1/+1
* Create hierarchy before installing a new kernel. This is neededRuslan Ermilov2004-03-131-0/+9
* Hide internal implementation details of UID/GID checks from the user.Ruslan Ermilov2004-03-121-2/+2
* Use find(1) instead of ``pw groupshow'' to detect missing groups.Ruslan Ermilov2004-03-121-12/+18
* Use 'pw groupshow' instead of 'id -g' to see if a group exists.Gregory Neil Shapiro2004-03-121-1/+1
* Back out id -g checks as they are wrong (sendmail group untouched).Max Laier2004-03-111-8/+0