| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 1.88: Remove X11BASE from here. | Dejan Lesjak | 2006-11-14 | 1 | -2/+0 |
| * | MFC: 1.87: Drop outdated check. | Ruslan Ermilov | 2005-11-16 | 1 | -7/+0 |
| * | Toggle on warnings. This resolves the problem with building old releases | Hartmut Brandt | 2005-04-29 | 1 | -0/+3 |
| * | IPFIlter problems that prevented building should all now be resolved so | Darren Reed | 2005-04-28 | 1 | -5/+0 |
| * | Disable the IPFILTER bits until they compile again. This can be overriden | Scott Long | 2005-04-27 | 1 | -0/+5 |
| * | Include bsd.compat.mk early from sys.mk, enough for makefiles | Ruslan Ermilov | 2004-12-23 | 1 | -0/+1 |
| * | Compiling with 'strict-aliasing' optimization breaks some [notable] ports. | David E. O'Brien | 2004-11-11 | 1 | -1/+1 |
| * | Switch the default CFLAGS to -O2 -pipe. | Dag-Erling Smørgrav | 2004-10-25 | 1 | -1/+1 |
| * | Use the '+' flag to make make recurse into sub-directories even when | Hartmut Brandt | 2004-08-09 | 1 | -0/+6 |
| * | Moved FreeBSD build pollution (/etc/make.conf) and zombie aout support | Bruce Evans | 2004-05-12 | 1 | -4/+6 |
| * | Removed conditional include of /etc/make.conf.local and the error for the | Bruce Evans | 2004-05-12 | 1 | -5/+0 |
| * | -W{missing,strict}-prototypes do not make sense for C++, and gcc34 will | Dag-Erling Smørgrav | 2004-05-10 | 1 | -1/+1 |
| * | g++(1) is unhappy with -Wnested-externs. | Ruslan Ermilov | 2004-04-20 | 1 | -1/+1 |
| * | Fixed breakage of POSIX support in rev.1.31. -pipe was added to | Bruce Evans | 2004-02-04 | 1 | -1/+2 |
| * | A shorter version of keeping all -std= options out of CXXFLAGS. | Ruslan Ermilov | 2004-02-03 | 1 | -1/+1 |
| * | Fixed bogus ${FOO:Mbar} tests where the actual intent is to check | Ruslan Ermilov | 2004-01-27 | 1 | -1/+1 |
| * | Removed the ancient .LIBS setting that causes non-existent | Ruslan Ermilov | 2003-10-03 | 1 | -2/+0 |
| * | Separate out userland linting and kernel linting a bit more. This | Mark Murray | 2003-09-26 | 1 | -0/+1 |
| * | Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S. | Ruslan Ermilov | 2003-07-02 | 1 | -2/+5 |
| * | There's no reason to keep separate AINC knob anymore. | Ruslan Ermilov | 2003-07-01 | 1 | -1/+1 |
| * | Propagate the ${AINC} knob (assembler include) to sys.mk, | Ruslan Ermilov | 2003-06-30 | 1 | -1/+1 |
| * | Use a bigger hammer -- keep all -std= out of CXXFLAGS. | David E. O'Brien | 2003-06-01 | 1 | -1/+1 |
| * | Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore. | Ruslan Ermilov | 2003-04-22 | 1 | -1/+1 |
| * | Added the new variable CTAGS which, if set to "ctags", reverts | Ruslan Ermilov | 2002-10-17 | 1 | -4/+0 |
| * | Extend the lint handling a bit. | Mark Murray | 2002-09-20 | 1 | -0/+8 |
| * | Initiate deorbit burn for the i386-only a.out related support. Moves are | Peter Wemm | 2002-09-17 | 1 | -9/+1 |
| * | Make .asm transformation rules synonyms to the .s rules. | Ruslan Ermilov | 2002-04-22 | 1 | -4/+1 |
| * | Add .asm as an alias for .s. .asm is common in contribed sources. | David E. O'Brien | 2002-04-19 | 1 | -1/+4 |
| * | Don't include bsd.own.mk from sys.mk, this makes it impossible | Ruslan Ermilov | 2002-04-17 | 1 | -1/+10 |
| * | Make lint(1) a cross-tool. | Ruslan Ermilov | 2002-03-20 | 1 | -1/+1 |
| * | __MAKE_CONF?=/etc/make.conf | Warner Losh | 2002-03-18 | 1 | -2/+3 |
| * | Allow "make lint" to mostly work. Our sources are very unclean WRT | Mark Murray | 2002-03-17 | 1 | -1/+4 |
| * | Final way: Don't include /etc/defaults/make.conf at all. It wasn't | Alexander Langer | 2001-08-31 | 1 | -4/+0 |
| * | Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENT | Alexander Langer | 2001-08-31 | 1 | -1/+0 |
| * | Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as | Alexander Langer | 2001-08-30 | 1 | -1/+2 |
| * | Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)" | David E. O'Brien | 2001-06-16 | 1 | -0/+1 |
| * | Add the single suffix rules for FORTRAN. | David E. O'Brien | 2001-06-06 | 1 | -0/+4 |
| * | Add the single suffix rules for C++. | David E. O'Brien | 2001-06-06 | 1 | -3/+6 |
| * | Overhaul the MACHINE_CPU behaviour: | Kris Kennaway | 2001-02-22 | 1 | -10/+2 |
| * | Turns out we do need to do bootstrapping of MACHINE_CPU here: make(1) won't | Kris Kennaway | 2001-02-20 | 1 | -0/+10 |
| * | Remove bogus setting of MACHINE_CPU here. There is no need for it. | Kris Kennaway | 2001-02-19 | 1 | -3/+1 |
| * | Introduce support for using OpenSSL ASM optimizations. This is done | Kris Kennaway | 2001-02-19 | 1 | -1/+3 |
| * | Correct a typo | Kris Kennaway | 2000-04-21 | 1 | -1/+1 |
| * | make.conf is being made to conform to the /etc/defaults/ standard that | Matthew Dillon | 1999-10-27 | 1 | -0/+5 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Revert to rev 1.41. | David E. O'Brien | 1998-09-15 | 1 | -11/+9 |
| * | Add ${RM} for compatability with SunOS. | David E. O'Brien | 1998-09-14 | 1 | -10/+12 |
| * | add support for /etc/make.conf.local | Matthew Dillon | 1998-08-29 | 1 | -1/+6 |
| * | Remove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can still | John Birrell | 1998-08-08 | 1 | -6/+1 |
| * | Fixed building -current under 2.2.6 using `make world'. Moved some | Bruce Evans | 1998-08-03 | 1 | -9/+2 |