aboutsummaryrefslogtreecommitdiff
path: root/share/mk/sys.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.88: Remove X11BASE from here.Dejan Lesjak2006-11-141-2/+0
* MFC: 1.87: Drop outdated check.Ruslan Ermilov2005-11-161-7/+0
* Toggle on warnings. This resolves the problem with building old releasesHartmut Brandt2005-04-291-0/+3
* IPFIlter problems that prevented building should all now be resolved soDarren Reed2005-04-281-5/+0
* Disable the IPFILTER bits until they compile again. This can be overridenScott Long2005-04-271-0/+5
* Include bsd.compat.mk early from sys.mk, enough for makefilesRuslan Ermilov2004-12-231-0/+1
* Compiling with 'strict-aliasing' optimization breaks some [notable] ports.David E. O'Brien2004-11-111-1/+1
* Switch the default CFLAGS to -O2 -pipe.Dag-Erling Smørgrav2004-10-251-1/+1
* Use the '+' flag to make make recurse into sub-directories even whenHartmut Brandt2004-08-091-0/+6
* Moved FreeBSD build pollution (/etc/make.conf) and zombie aout supportBruce Evans2004-05-121-4/+6
* Removed conditional include of /etc/make.conf.local and the error for theBruce Evans2004-05-121-5/+0
* -W{missing,strict}-prototypes do not make sense for C++, and gcc34 willDag-Erling Smørgrav2004-05-101-1/+1
* g++(1) is unhappy with -Wnested-externs.Ruslan Ermilov2004-04-201-1/+1
* Fixed breakage of POSIX support in rev.1.31. -pipe was added toBruce Evans2004-02-041-1/+2
* A shorter version of keeping all -std= options out of CXXFLAGS.Ruslan Ermilov2004-02-031-1/+1
* Fixed bogus ${FOO:Mbar} tests where the actual intent is to checkRuslan Ermilov2004-01-271-1/+1
* Removed the ancient .LIBS setting that causes non-existentRuslan Ermilov2003-10-031-2/+0
* Separate out userland linting and kernel linting a bit more. ThisMark Murray2003-09-261-0/+1
* Don't trust sys.mk,v 1.61 commit log, and make .asm alias for .S.Ruslan Ermilov2003-07-021-2/+5
* There's no reason to keep separate AINC knob anymore.Ruslan Ermilov2003-07-011-1/+1
* Propagate the ${AINC} knob (assembler include) to sys.mk,Ruslan Ermilov2003-06-301-1/+1
* Use a bigger hammer -- keep all -std= out of CXXFLAGS.David E. O'Brien2003-06-011-1/+1
* Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.Ruslan Ermilov2003-04-221-1/+1
* Added the new variable CTAGS which, if set to "ctags", revertsRuslan Ermilov2002-10-171-4/+0
* Extend the lint handling a bit.Mark Murray2002-09-201-0/+8
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-9/+1
* Make .asm transformation rules synonyms to the .s rules.Ruslan Ermilov2002-04-221-4/+1
* Add .asm as an alias for .s. .asm is common in contribed sources.David E. O'Brien2002-04-191-1/+4
* Don't include bsd.own.mk from sys.mk, this makes it impossibleRuslan Ermilov2002-04-171-1/+10
* Make lint(1) a cross-tool.Ruslan Ermilov2002-03-201-1/+1
* __MAKE_CONF?=/etc/make.confWarner Losh2002-03-181-2/+3
* Allow "make lint" to mostly work. Our sources are very unclean WRTMark Murray2002-03-171-1/+4
* Final way: Don't include /etc/defaults/make.conf at all. It wasn'tAlexander Langer2001-08-311-4/+0
* Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENTAlexander Langer2001-08-311-1/+0
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asAlexander Langer2001-08-301-1/+2
* Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)"David E. O'Brien2001-06-161-0/+1
* Add the single suffix rules for FORTRAN.David E. O'Brien2001-06-061-0/+4
* Add the single suffix rules for C++.David E. O'Brien2001-06-061-3/+6
* Overhaul the MACHINE_CPU behaviour:Kris Kennaway2001-02-221-10/+2
* Turns out we do need to do bootstrapping of MACHINE_CPU here: make(1) won'tKris Kennaway2001-02-201-0/+10
* Remove bogus setting of MACHINE_CPU here. There is no need for it.Kris Kennaway2001-02-191-3/+1
* Introduce support for using OpenSSL ASM optimizations. This is doneKris Kennaway2001-02-191-1/+3
* Correct a typoKris Kennaway2000-04-211-1/+1
* make.conf is being made to conform to the /etc/defaults/ standard thatMatthew Dillon1999-10-271-0/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Revert to rev 1.41.David E. O'Brien1998-09-151-11/+9
* Add ${RM} for compatability with SunOS.David E. O'Brien1998-09-141-10/+12
* add support for /etc/make.conf.localMatthew Dillon1998-08-291-1/+6
* Remove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can stillJohn Birrell1998-08-081-6/+1
* Fixed building -current under 2.2.6 using `make world'. Moved someBruce Evans1998-08-031-9/+2