aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Update some library names. Libraries come, libraries go.Mark Murray2003-06-041-3/+2
* I got a bazzar bug reportDavid E. O'Brien2003-06-021-2/+2
* Turn back on c99, the tree should be ready for it now.David E. O'Brien2003-06-021-1/+1
* To quote Tony Maher <tonymaher@optushome.com.au>, "maybe 3rd time lucky ;-)"David E. O'Brien2003-06-021-1/+1
* Temperarly turn off building the tree with c99.David E. O'Brien2003-06-021-1/+1
* Use a bigger hammer -- keep all -std= out of CXXFLAGS.David E. O'Brien2003-06-012-2/+2
* Do not set a C standard for the C++ compiler.David E. O'Brien2003-06-011-5/+7
* Compile our code as C99 by default.David E. O'Brien2003-06-011-9/+11
* CSTD is virtually worthless for WARNS=2-5. Return -pedantic to WARNS=6+.David E. O'Brien2003-05-311-1/+3
* Make CSTD style match the rest of file.David E. O'Brien2003-05-311-6/+6
* Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 isEric Anholt2003-05-221-1/+3
* Fixed typo in a comment.Ruslan Ermilov2003-05-211-2/+2
* s/x86[-_]64/amd64/ for MACHINE_ARCH and MACHINE_CPU .ifdefs.Peter Wemm2003-05-201-4/+4
* Apply the first in a series of patches which will bring bsd.README up to date.Tom Rhodes2003-05-171-10/+40
* Whitespace cleanup (1.15 had spaces instead of tabs)Dag-Erling Smørgrav2003-05-051-4/+4
* Don't use -pedantic unless we also set -std of some kind.Dag-Erling Smørgrav2003-05-051-1/+4
* Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extraMark Murray2003-05-051-1/+1
* Remove some games/ cruft that is no longer of relevance.Mark Murray2003-05-032-8/+0
* Add a mechanism to allow Makefiles to specify the particular C dialectDag-Erling Smørgrav2003-05-011-1/+12
* Add NOSHLIBS.David E. O'Brien2003-04-271-1/+3
* Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.Ruslan Ermilov2003-04-221-1/+1
* Add CPUTYPE support for "athlon-tbird", as GCC makes the distinction.David E. O'Brien2003-04-141-1/+1
* Default the userland to 486 capabilities.David E. O'Brien2003-04-111-1/+1
* Migrate to a new way of dealing with building from old revisions ofWarner Losh2003-04-051-7/+0
* -Wall implies -Wuninitialized if -O is also in effect.Ruslan Ermilov2003-04-041-3/+0
* Enable cpp(1) warnings in system headers. GCC is oriented onRuslan Ermilov2003-03-311-0/+1
* Globally use -mieee in /usr/src for Alpha.David E. O'Brien2003-03-291-0/+4
* Reduce "code duplication" for AMD CPU's.David E. O'Brien2003-03-291-30/+10
* Added GEOM library to the bsd.libnames.mk namespace.Ruslan Ermilov2003-03-211-0/+1
* Record the sudden death of bsd.kern.mk and bsd.sgml.mk.Ruslan Ermilov2003-03-121-2/+0
* KerberosIB deorbit: Remove library references.Mark Murray2003-03-081-7/+1
* If we carry our MODULES_WITH_WORLD, we probably also do not wantRuslan Ermilov2003-03-031-0/+4
* Fixed sys/boot/pc98/boot2/Makefile to use kern.mk andRuslan Ermilov2003-03-022-14/+1
* Initiate the de-orbit burn sequence for <bsd.kern.mk>.Ruslan Ermilov2003-02-281-54/+8
* - Removed various cruft from before we had a hosted toolchain (!).Jake Burkholder2003-02-271-0/+9
* Added UFS library to the bsd.libnames.mk namespace.Ruslan Ermilov2003-01-231-0/+1
* NOSHARED is meaningless in the bsd.lib.mk context, so check LDFLAGSRuslan Ermilov2002-11-261-2/+2
* Take __FreeBSD_version into account when BOOTSTRAPPING.Ruslan Ermilov2002-11-131-2/+4
* Document most of bsd.doc.mk variables.Ruslan Ermilov2002-10-301-4/+33
* All uses of CD_HACK have been eliminated.Ruslan Ermilov2002-10-301-9/+0
* PRINTERDEVICE can now take multiple values.Ruslan Ermilov2002-10-291-33/+64
* bsd.doc.mk changes:Ruslan Ermilov2002-10-291-29/+33
* Revert last delta. SGR support in grotty(1) is disabled system-wideRuslan Ermilov2002-10-181-1/+1
* Added the new variable CTAGS which, if set to "ctags", revertsRuslan Ermilov2002-10-173-35/+37
* ia64 specific CFLAGS change:Marcel Moolenaar2002-10-131-1/+1
* Groff 1.18.1 comes in with ANSI color support, enabled by default.Ruslan Ermilov2002-10-111-1/+1
* Sort in ``phone directory'' order (except for LIBC_*).Ruslan Ermilov2002-10-041-3/+3
* Reflect the fact that we install our libexpat as libbsdxml.Poul-Henning Kamp2002-10-041-1/+1
* Use the -mno-align-long-strings on i386's to debloat the kernel a little.Bruce Evans2002-10-041-1/+1
* Add LIBEXPAT definition.Poul-Henning Kamp2002-10-021-0/+1