| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the buildkernel and installkernel targets for the case where | sheldonh | 2000-03-30 | 1 | -3/+5 |
* | Get rid of "sticky" files when updating sources with cvs(1). | ru | 2000-03-29 | 1 | -1/+1 |
* | Buildworld fixes for NO_OPENSSH and NO_OPENSSL | kris | 2000-03-09 | 1 | -3/+3 |
* | A lot of tools need to be built before compilation proper can happen. | markm | 2000-02-28 | 1 | -2/+3 |
* | We have a new world order in libraries. | markm | 2000-02-24 | 1 | -5/+5 |
* | Docfix: Note krb5 flags. | jkh | 2000-02-20 | 1 | -0/+1 |
* | Now that bsd.lib.mk has PRECIOUSLIB feature back (rev 1.91), | ru | 2000-02-03 | 1 | -1/+1 |
* | The readline includes handling was moved down a level in | obrien | 2000-01-30 | 1 | -1/+1 |
* | Back out 1.134. It works from 3.3R, but breaks cross compilation for too | imp | 2000-01-29 | 1 | -1/+5 |
* | Remove Fortran from build tools. It isn't needed to build the system | imp | 2000-01-28 | 1 | -5/+1 |
* | Build Kerberos5 if the correct macro is set. This is not for the | markm | 2000-01-24 | 1 | -6/+29 |
* | Require USA_RESIDENT to be 'NO' or 'YES' if building secure/ | kris | 2000-01-19 | 1 | -0/+12 |
* | Finally resolve the texinfo issue by moving it | ru | 2000-01-18 | 1 | -3/+3 |
* | For some reason compiler should be the last in the list of cross-tools. | ru | 2000-01-18 | 1 | -2/+2 |
* | Add gnu/usr.bin/texinfo to the list of cross-tools. | ru | 2000-01-17 | 1 | -1/+2 |
* | Add gross hack to work around bogus dependency information created | marcel | 2000-01-12 | 1 | -0/+3 |
* | Fix broken installkernel target. Don't use the WMAKE context to | marcel | 2000-01-12 | 1 | -1/+1 |
* | Revert gratuitous change in rev. 1.123 which broke building world | marcel | 2000-01-11 | 1 | -0/+3 |
* | Remove Bison from "bootstrap-tools" as we don't use it to build anything | obrien | 2000-01-11 | 1 | -2/+1 |
* | This is the second half of unbreaking the world build. Add a -DNOHTML | green | 2000-01-11 | 1 | -6/+3 |
* | Add the -r flag to CONFIGARGS instead of assigning to it so that | marcel | 2000-01-11 | 1 | -1/+1 |
* | Add a buildkernel and an installkernel target. With these targets | marcel | 2000-01-09 | 1 | -1/+75 |
* | Add btxld to the list of cross-tools on machines that don't have it | marcel | 2000-01-04 | 1 | -2/+6 |
* | Grrrr... This was supoosed to go with the commit to kerberosIV/.../libroken's | markm | 1999-12-30 | 1 | -1/+6 |
* | Restore changes I spammed. | obrien | 1999-12-29 | 1 | -0/+4 |
* | Allow the specification of a prefix for gcc to find all the various bits. | obrien | 1999-12-29 | 1 | -4/+1 |
* | Only make beforeinstall in libcrypto/libssl if they actually exist. I haven't | kris | 1999-12-29 | 1 | -0/+4 |
* | Oops, the previous commit was bogus. I shouldn't commit something without | asami | 1999-12-29 | 1 | -1/+1 |
* | Typo (libcrypto -> libcrypt). | asami | 1999-12-29 | 1 | -1/+1 |
* | Build openssl properly during make world. | kris | 1999-12-28 | 1 | -1/+4 |
* | Don't build caesar as a tool. fortune(6) doesn't depend on it | marcel | 1999-12-23 | 1 | -3/+3 |
* | Revert previous commit, and | marcel | 1999-12-23 | 1 | -7/+5 |
* | Add ${WORLDTMP}/sbin to ${STRICTTMPPATH} - sysctl not found otherwise | ache | 1999-12-22 | 1 | -1/+1 |
* | o make SHARED=symlinks a caller defined instead of a callee defined | marcel | 1999-12-20 | 1 | -58/+107 |
* | Don't build usr.sbin/pcvt/keycap on anything other than i386 when | marcel | 1999-12-17 | 1 | -1/+5 |
* | o Add games/caesar to the list of bootstrap-tools so that a | marcel | 1999-12-16 | 1 | -19/+69 |
* | It is possible for someone to want to 'make update' wht SUPFILE not defined | billf | 1999-12-16 | 1 | -0/+2 |
* | Add colldef to the list of tools. It's needed on older systems. | marcel | 1999-12-12 | 1 | -2/+2 |
* | o Add gensetdefs to the list of tools. | marcel | 1999-12-12 | 1 | -4/+4 |
* | Build a.out tools if MACHINE_ARCH == i386 and MACHINE == pc98. | nyan | 1999-12-12 | 1 | -2/+10 |
* | Don't add MACHINE_ARCH to MAKEOBJDIRPREFIX when not cross-building. | marcel | 1999-12-11 | 1 | -0/+4 |
* | o Don't make games/fortune/strfile if games does not exist or NOGAMES | marcel | 1999-12-10 | 1 | -5/+9 |
* | Remove installworld related settings that I had as a safety-net and | marcel | 1999-12-10 | 1 | -3/+1 |
* | More cross-building related changes: | marcel | 1999-12-10 | 1 | -67/+50 |
* | Don't make gdb, objc and f77 when building tools. | marcel | 1999-12-09 | 1 | -1/+3 |
* | Make sure the links to the source tree end up in the source tree. | marcel | 1999-12-09 | 1 | -0/+1 |
* | o Add usr/lib/compat/aout to the temp world. This is needed by release. | marcel | 1999-12-09 | 1 | -2/+2 |
* | Restore the upgrade path from -stable to -current and prepare for | marcel | 1999-12-08 | 1 | -607/+92 |
* | Place netgraph entry into alphabetical position | julian | 1999-11-25 | 1 | -3/+3 |
* | Revert to rev 1.91. Revs 1.9{2,3} were causing problems for people with | obrien | 1999-11-24 | 1 | -56/+142 |