| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the ancient .LIBS setting that causes non-existent | ru | 2003-10-03 | 1 | -2/+0 |
* | Separate out userland linting and kernel linting a bit more. This | markm | 2003-09-26 | 1 | -0/+1 |
* | Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S. | ru | 2003-07-02 | 1 | -2/+5 |
* | There's no reason to keep separate AINC knob anymore. | ru | 2003-07-01 | 1 | -1/+1 |
* | Propagate the ${AINC} knob (assembler include) to sys.mk, | ru | 2003-06-30 | 1 | -1/+1 |
* | Use a bigger hammer -- keep all -std= out of CXXFLAGS. | obrien | 2003-06-01 | 1 | -1/+1 |
* | Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore. | ru | 2003-04-22 | 1 | -1/+1 |
* | Added the new variable CTAGS which, if set to "ctags", reverts | ru | 2002-10-17 | 1 | -4/+0 |
* | Extend the lint handling a bit. | markm | 2002-09-20 | 1 | -0/+8 |
* | Initiate deorbit burn for the i386-only a.out related support. Moves are | peter | 2002-09-17 | 1 | -9/+1 |
* | Make .asm transformation rules synonyms to the .s rules. | ru | 2002-04-22 | 1 | -4/+1 |
* | Add .asm as an alias for .s. .asm is common in contribed sources. | obrien | 2002-04-19 | 1 | -1/+4 |
* | Don't include bsd.own.mk from sys.mk, this makes it impossible | ru | 2002-04-17 | 1 | -1/+10 |
* | Make lint(1) a cross-tool. | ru | 2002-03-20 | 1 | -1/+1 |
* | __MAKE_CONF?=/etc/make.conf | imp | 2002-03-18 | 1 | -2/+3 |
* | Allow "make lint" to mostly work. Our sources are very unclean WRT | markm | 2002-03-17 | 1 | -1/+4 |
* | Final way: Don't include /etc/defaults/make.conf at all. It wasn't | alex | 2001-08-31 | 1 | -4/+0 |
* | Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENT | alex | 2001-08-31 | 1 | -1/+0 |
* | Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as | alex | 2001-08-30 | 1 | -1/+2 |
* | Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)" | obrien | 2001-06-16 | 1 | -0/+1 |
* | Add the single suffix rules for FORTRAN. | obrien | 2001-06-06 | 1 | -0/+4 |
* | Add the single suffix rules for C++. | obrien | 2001-06-06 | 1 | -3/+6 |
* | Overhaul the MACHINE_CPU behaviour: | kris | 2001-02-22 | 1 | -10/+2 |
* | Turns out we do need to do bootstrapping of MACHINE_CPU here: make(1) won't | kris | 2001-02-20 | 1 | -0/+10 |
* | Remove bogus setting of MACHINE_CPU here. There is no need for it. | kris | 2001-02-19 | 1 | -3/+1 |
* | Introduce support for using OpenSSL ASM optimizations. This is done | kris | 2001-02-19 | 1 | -1/+3 |
* | Correct a typo | kris | 2000-04-21 | 1 | -1/+1 |
* | make.conf is being made to conform to the /etc/defaults/ standard that | dillon | 1999-10-27 | 1 | -0/+5 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Revert to rev 1.41. | obrien | 1998-09-15 | 1 | -11/+9 |
* | Add ${RM} for compatability with SunOS. | obrien | 1998-09-14 | 1 | -10/+12 |
* | add support for /etc/make.conf.local | dillon | 1998-08-29 | 1 | -1/+6 |
* | Remove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can still | jb | 1998-08-08 | 1 | -6/+1 |
* | Fixed building -current under 2.2.6 using `make world'. Moved some | bde | 1998-08-03 | 1 | -9/+2 |
* | Move bsd.own.mk after make.conf, this allows BINFORMAT to be set in | peter | 1998-06-12 | 1 | -3/+3 |
* | Recognize ".cpp" as a C++ suffix. | dt | 1998-06-05 | 1 | -3/+3 |
* | Fix my last commit which got caught in the cvs/cvsup cycle. | jb | 1998-06-03 | 1 | -3/+2 |
* | Uh, the NetBSD syscall define spam for alpha has to go after /etc/make.conf | jb | 1998-06-03 | 1 | -1/+6 |
* | In the case of alpha (only), more than just libc needs to know that | jb | 1998-06-03 | 1 | -1/+2 |
* | Oops, forgot references in previous commit. | bde | 1998-05-15 | 1 | -1/+1 |
* | Support Objective C almost as well as C++. | bde | 1998-05-15 | 1 | -2/+8 |
* | Add -pipe to default CFLAGS. The optimization it provides is cheap | jkh | 1998-05-01 | 1 | -2/+2 |
* | Support new version of global. | eivind | 1998-03-23 | 1 | -2/+2 |
* | Don't pass the undocumented flags `-se' to gtags (gtags ignores them for | bde | 1998-02-20 | 1 | -2/+2 |
* | FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unless | jb | 1998-01-21 | 1 | -2/+9 |
* | Choose the default binary format based on machine type. | jb | 1998-01-13 | 1 | -1/+5 |
* | Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to use | peter | 1997-09-05 | 1 | -1/+4 |
* | Change the BINFORMAT definitions so that they do not depend on sys.mk, | peter | 1997-09-05 | 1 | -4/+1 |
* | A first cut at some rules for building elf shared libs. Of particular | peter | 1997-08-30 | 1 | -1/+4 |
* | Support GLOBAL style tags. | jkh | 1997-04-13 | 1 | -1/+5 |