| Commit message (Expand) | Author | Age | Files | Lines |
* | Overhaul of kerberos5/ makefiles. Most significant changes are: | Ruslan Ermilov | 2004-01-31 | 1 | -3/+9 |
* | Create the OID and tree files while building the modules and the daemon | Hartmut Brandt | 2004-01-23 | 1 | -0/+5 |
* | - Run makewhatis(1) in etc/Makefile at the end of "install". | Ruslan Ermilov | 2004-01-22 | 1 | -8/+1 |
* | Create ${WORLDTMP}/legacy/usr/include/c++/3.3 for usr.bin/lex. | Ruslan Ermilov | 2004-01-17 | 1 | -1/+1 |
* | lex(1) prior to flex.skl,v 1.8 and gen.c,v 1.7 requires bootstrapping. | Ruslan Ermilov | 2004-01-16 | 1 | -0/+5 |
* | Alongside revision 1.382, don't build profiled libraries so early | Ruslan Ermilov | 2004-01-15 | 1 | -2/+3 |
* | Fix a problem where 'make installworld' will fail and leave the | Garance A Drosehn | 2003-12-09 | 1 | -13/+7 |
* | Invert the condition that installs the dynamic linker early, since | Gordon Tetlow | 2003-11-16 | 1 | -1/+2 |
* | The snmp_netgraph module depends on libnetgraph. So add a dependency and | Hartmut Brandt | 2003-11-12 | 1 | -2/+2 |
* | Make two directories under usr/share/bsnmp that are needed during | Hartmut Brandt | 2003-11-10 | 1 | -1/+1 |
* | Don't be so chatty about building includes. | Ruslan Ermilov | 2003-11-03 | 1 | -1/+1 |
* | Retired the "most" and "installmost" targets -- they just | Ruslan Ermilov | 2003-10-04 | 1 | -29/+0 |
* | Help those attempting to upgrade from static to dynamic root. | Ruslan Ermilov | 2003-09-16 | 1 | -0/+11 |
* | Catch up with libpthread/support/Makefile.inc,v 1.6 and revert | Ruslan Ermilov | 2003-09-15 | 1 | -5/+1 |
* | - No need to create libfoo.so -> libfoo.so.X symlinks in /lib, | Ruslan Ermilov | 2003-09-07 | 1 | -0/+1 |
* | Clarify the numbering of some of the build stages. | Scott Long | 2003-09-01 | 1 | -9/+9 |
* | Revert rev. 1.378, and restore the correct arithmetic expression | Ruslan Ermilov | 2003-08-30 | 1 | -1/+1 |
* | Remove the AFM (Anti-Footshooting Measure) added when we split the | Marcel Moolenaar | 2003-08-28 | 1 | -7/+0 |
* | OSRELDATE should fallback to 'unknown' rather than the kernel that's | Warner Losh | 2003-08-27 | 1 | -1/+1 |
* | Add @ before the shell invocation for the testing of sufficiently new sh. | Warner Losh | 2003-08-25 | 1 | -1/+1 |
* | Fall back to using the kernel version for the OSRELDATE when | Warner Losh | 2003-08-25 | 1 | -0/+4 |
* | In preparation for libraries being installed in /lib, add lib to the | Gordon Tetlow | 2003-08-17 | 1 | -1/+1 |
* | Don't lint(1) so early in the build. Its OK to keep this for the | Mark Murray | 2003-07-24 | 1 | -1/+2 |
* | Apparently we prefer underscores in new options. Sorry for the churn folks. | Gordon Tetlow | 2003-07-14 | 1 | -5/+5 |
* | Forgot that the rescue subdir needs to be a conditional for the | Gordon Tetlow | 2003-07-11 | 1 | -1/+5 |
* | Turn rescue back on, conditional to NORESCUE. We seem to be split on | Gordon Tetlow | 2003-07-11 | 1 | -3/+5 |
* | Correct makefile syntax error in r1.375. | Kris Kennaway | 2003-07-10 | 1 | -1/+1 |
* | Style nit. | David E. O'Brien | 2003-07-08 | 1 | -2/+2 |
* | Use 'id' instead of 'grep' to detect the presence of the smmsp user/group. | Gregory Neil Shapiro | 2003-07-06 | 1 | -2/+2 |
* | Fixed style bugs related to parentheses in Makefile.inc1. | Ruslan Ermilov | 2003-07-04 | 1 | -7/+7 |
* | More NO_RESCUE to RESCUE transitions. | Gordon Tetlow | 2003-07-02 | 1 | -2/+2 |
* | Switch the logic on the /rescue bits from NO_RESCUE to RESCUE, at least | Gordon Tetlow | 2003-07-01 | 1 | -1/+1 |
* | Put rescue/ into a correct slot in the SUBDIR list. Sort bootstrap-, | Ruslan Ermilov | 2003-07-01 | 1 | -27/+51 |
* | Only bootstrap crunchide(1) and build crunchgen(1) when necessary. | Ruslan Ermilov | 2003-07-01 | 1 | -3/+13 |
* | Do the deed and hookup /rescue to the build. As a result, always build | Gordon Tetlow | 2003-06-30 | 1 | -5/+6 |
* | - Fix a typo. | Sean Kelly | 2003-06-28 | 1 | -1/+1 |
* | Allow installkernel.debug and reinstallkernel.debug. | Hidetoshi Shimokawa | 2003-06-22 | 1 | -2/+2 |
* | Minor tweaks to the build process so that we can build 5.1-current on | Warner Losh | 2003-06-14 | 1 | -1/+6 |
* | Do not bogusly set CSTD to the empty string. | Dag-Erling Smørgrav | 2003-06-14 | 1 | -3/+0 |
* | Add lib/libc to list of _prebuild_libs because we need the target | Warner Losh | 2003-06-08 | 1 | -2/+1 |
* | When boot strapping from older systems, don't specify a C standard in | Warner Losh | 2003-06-07 | 1 | -0/+3 |
* | Wrap gperf & groff wth NO_CXX. | David E. O'Brien | 2003-05-31 | 1 | -1/+4 |
* | Unbreak world build if NO_OPENSSL is defined but NO_KERBEROS is not. | Ruslan Ermilov | 2003-05-21 | 1 | -2/+3 |
* | Retire the useless NOSECURE knob. | Dag-Erling Smørgrav | 2003-05-19 | 1 | -3/+2 |
* | Unbreak parallel make of _includes after revision 1.356 changes. | Ruslan Ermilov | 2003-05-18 | 1 | -0/+2 |
* | -lbsdxml lives in lib/libexpat. *Blush* | Ruslan Ermilov | 2003-05-18 | 1 | -1/+1 |
* | Unbreak world: record libgeom dependency on libbsdxml here too. | Ruslan Ermilov | 2003-05-17 | 1 | -1/+2 |
* | Use the installed world's idea of OSRELDATE rather than the kernel. | Ruslan Ermilov | 2003-05-15 | 1 | -1/+2 |
* | Install symlinks to individual headers instead of symlinks to directories | Bruce Evans | 2003-05-05 | 1 | -6/+2 |
* | Negate the logic of MAKE_KERBEROS5, and replace it with NO_KERBEROS. | Mark Murray | 2003-05-05 | 1 | -4/+4 |