| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix some bugs and make some policy changes. | marcel | 1999-11-23 | 1 | -4/+7 |
* | Build tools against the host's includes and libraries. Also, don't | marcel | 1999-11-21 | 1 | -140/+51 |
* | Remove CROSS_MAKE_FLAGS. | marcel | 1999-11-15 | 1 | -13/+2 |
* | ${MACHINE} -> ${MACHINE_ARCH} | marcel | 1999-11-14 | 1 | -3/+3 |
* | install netgraph.h a bit earlier. | julian | 1999-10-25 | 1 | -0/+1 |
* | Make libncp actually compiled. | bp | 1999-10-14 | 1 | -0/+1 |
* | Add libkvm to the includes target. | peter | 1999-10-04 | 1 | -0/+1 |
* | Minor (but important) comment change. | markm | 1999-09-20 | 1 | -1/+1 |
* | FIxed disorder in the comments about library build order. | bde | 1999-09-04 | 1 | -4/+4 |
* | Further preparation for tn3270's demise. | markm | 1999-08-31 | 1 | -1/+0 |
* | Update for ncurses5 aftermath.. | peter | 1999-08-30 | 1 | -15/+6 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Remove f2c-related stuff from the "includes" target and from a | jdp | 1999-08-08 | 1 | -3/+2 |
* | Add usr.sbin/elf2exe to the build-tools target on the Alpha. This | jdp | 1999-08-06 | 1 | -1/+5 |
* | Per requests from the community, commit rudimentary cross compilation | imp | 1999-07-07 | 1 | -8/+61 |
* | ${.CURDIR} doesn't have to be /usr/src, especially in a cvs checkout. Make | billf | 1999-06-04 | 1 | -2/+2 |
* | 'make update' in the ports directory. | billf | 1999-06-01 | 1 | -1/+4 |
* | Document NO_FORTRAN. | obrien | 1999-05-03 | 1 | -1/+2 |
* | Perl is moving up a maintenance version. | markm | 1999-05-02 | 1 | -7/+7 |
* | Change 'exists()' constructs to refer to directories in ${.CURDIR}. | jkoshy | 1999-04-20 | 1 | -21/+22 |
* | Don't build man page indices if NOMAN is defined. | des | 1999-04-11 | 1 | -2/+4 |
* | Clean up "lib-tools:", folding libgcc into the rest. | obrien | 1999-04-05 | 1 | -12/+3 |
* | Remove a lingering reference to libg++. | obrien | 1999-04-04 | 1 | -3/+2 |
* | Missed a gnu/usr.bin/cc/libgcc. | obrien | 1999-04-03 | 1 | -3/+3 |
* | EGCS will have some new includes that need to be installed. | obrien | 1999-04-03 | 1 | -1/+2 |
* | Add libwrap to includes target, otherwise <tcpd.h> doesn't get installed | peter | 1999-04-02 | 1 | -1/+2 |
* | An earlier version of Rev 1.66 was reviewed by bde and the issues were | obrien | 1999-03-31 | 1 | -1/+1 |
* | * Deal with libgcc's move from gnu/usr.bin/cc to gnu/lib. | obrien | 1999-03-31 | 1 | -5/+15 |
* | The legacy boot stuff is available only on i386, not all architectures | imp | 1999-03-01 | 1 | -2/+2 |
* | Add a new flag, "WORLD", for telling certain tools that they're | jkh | 1999-02-27 | 1 | -3/+3 |
* | Ignore errors from chflags. This makes it possible to make installworld | des | 1999-02-14 | 1 | -2/+2 |
* | further refine the upgrade process. | jkh | 1999-01-27 | 1 | -2/+2 |
* | More broken crypt(3) backout. | markm | 1999-01-23 | 1 | -1/+6 |
* | One more fix to remove secure/lib/libcrypt from the build (both | brandon | 1999-01-22 | 1 | -6/+1 |
* | Help for Perl5 to make in cross-build environments. | markm | 1999-01-20 | 1 | -1/+2 |
* | Don't do the ldconfig rescan if DESTDIR is set. | eivind | 1999-01-07 | 1 | -2/+2 |
* | ``Disable'' a.out 'make world', as per flag day notification on current and | peter | 1999-01-07 | 1 | -1/+11 |