summaryrefslogtreecommitdiff
path: root/share/mk
AgeCommit message (Expand)Author
2011-03-12bsd.doc.mk is dead. long live bsd.doc.mkTheo de Raadt
2011-01-13move to 4.9-currentTheo de Raadt
2010-11-18Sync the LIBFOO defines with the current set of libraries we build andMiod Vallat
2010-10-17Build tbl(1) pages with mandoc(1), not groff.Ingo Schwarze
2010-09-24Switch mips-based ports to gcc4. Most of the work has been done by kettenis@.Miod Vallat
2010-09-09Use mandoc instead of groff to build PostScript manuals; note thatIngo Schwarze
2010-07-30Add "-S" to library installs to avoid breakage when oneChris Kuethe
2010-07-24move to 4.8-betaTheo de Raadt
2010-07-08Switch hppa, i386 and powerpc to gcc4. Bump libc major to handle ABI cornerMark Kettenis
2010-05-26Switch amd64 and sparc64 over to gcc4; bump libc major to deal with the ABIMark Kettenis
2010-05-09define COMPILER_VERSION to be used later.Marc Espie
2010-04-03Build all manual pages in base with mandoc(1) instead of groff,Ingo Schwarze
2010-03-27pass -d -t to the default ``make tags'' flags.Owain Ainsworth
2010-03-02variable name is SUBDIR, not SUBDIRS; from Amarendra GodboleJason McIntyre
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2010-01-264.7-BETA (also, lo-carb and ozone layer friendly)Miod Vallat
2009-09-23use "exec ${MAKE} ..." instead of "${MAKE} ..." for recursion.Matthieu Herrb
2009-06-204.6-BETAMiod Vallat
2009-02-08Move to 4.5-BETAMiod Vallat
2009-02-05Revert 1.54 and build debug libs on hp300 too.Miod Vallat
2008-09-07allow PICFLAG to be overridden; ok kettenis drahnTheo de Raadt
2008-07-02move to 4.4-betaTheo de Raadt
2008-03-28Enable shared libraries on landisk.Dale Rahn
2008-03-25Add a bsd.xconf.mk glue file, to be included at the start of XenocaraMatthieu Herrb
2008-03-24check for emptiness of SRCS, since make warns otherwise.Marc Espie
2008-02-204.3-betaMiod Vallat
2007-11-04Always compile modules with -mcmodel=kernel on amd64.Mike Belopuhov
2007-11-03unmess make depend: make sure stuff is built in the correct order.Marc Espie
2007-11-03add a BEFOREMAN hook variable, for those programs that need something toMarc Espie
2007-07-25crank to 4.2-betaTheo de Raadt
2007-05-01warn if base obj directory does not exist.Marc Espie
2007-02-124.1-betaHenning Brauer
2007-01-04actually echo what's being executed; ok espie@Otto Moerbeek
2006-12-31- XORG_PREFIX is now X11BASEMatthieu Herrb
2006-11-25Hooks needed by modular X builds. ok espie@ dim@.Matthieu Herrb
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
2006-09-26switch alpha to gcc3; joint work with drahn@ and brad@Martin Reindl
2006-07-26crank to 4.0-betaTheo de Raadt
2006-06-30generate deps for yacc and lex, and clean stuff generated by these;Otto Moerbeek
2006-06-26remove extraneous brackets and list the architecures in alphabetic order.Brad Smith
2006-05-28Change LINTFLAGS to '-hx', now that 'a' and 'b' are gone and 'c' reallyChad Loder
2006-05-27support 'make lint' in dirs which contain .y and .l files, help from naddyTheo de Raadt
2006-04-01default LINTFLAGS add -p; from cloderTheo de Raadt
2006-03-14do not install nls files silently; ok espieTheo de Raadt
2006-02-03Consistency fix. Use ${} instead of $() for variables.Bernd Ahlers
2006-01-19crank to 3.8-betaTheo de Raadt
2006-01-11skip -g libs on hp300 too, it is too heavyTheo de Raadt
2005-12-30Allow to disable lint by setting WANTLIB=noAlexander Yurchenko
2005-12-29allows a shared library version to be set using LIBname_VERSION=major.minorMarc Espie
2005-12-16Fix typo. Spotted by hannah at schlund dot de.Mark Kettenis