summaryrefslogtreecommitdiff
path: root/share/mk/sys.mk
AgeCommit message (Collapse)Author
2002-03-22move to 3.1-betaTheo de Raadt
2002-02-23switch vax to -O2, from hughTheo de Raadt
2001-09-11move to 3.0-betaTheo de Raadt
2001-04-15move to 2.9-betaTheo de Raadt
2000-10-27Default to building at -O0 on vax until gcc problems can be worked out.Hugh Graham
Hopefully only the short-term fix.
2000-08-212.8-beta (so that X11 can distinguish login.conf)Theo de Raadt
2000-05-15Add support for building libraries with debugging information in them.Niklas Hallqvist
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get installed in /usr/lib/debug. This directory will be searched first if gcc is given the -g flag during the link stage.
2000-04-082.7-betaTheo de Raadt
1999-09-23move towards 2.6-betaTheo de Raadt
1999-03-03Temporary disable AFS and Optimizations for m88k.Steve Murphree
1999-02-28moving to 2.5-betaTheo de Raadt
1998-12-31Add ${PIPE} in sys.mk so we do no need to add all over the places; ↵Todd C. Miller
evanc@concer.to
1998-09-15hello 2.4Theo de Raadt
1998-06-09Add CTAGS, with a full pathname, and use it.Jason Downs
1998-05-14Use -O2, not -OTodd C. Miller
1998-05-024 new definitions .. look to using these definitions for revision informationTodd T. Fries
throughout the tree so we have 1 place to update instead of many.
1998-04-30c++ compiler is called c++, of courseTheo de Raadt
1997-11-05.cxx support from Mathieu.Herrb@mipnet.frTheo de Raadt
1997-02-06Add a LORDER make symbol and use itNiklas Hallqvist
1997-01-08Include mk files specified in EXTRA_SYS_MK_FILES. Needed for the portsNiklas Hallqvist
mechanism. This was the least intrusive way we found to solve the problem of getting ports' Makefiles have bsd.own.mk included.
1996-11-24Add a new knob called DEBUG. Define to -g to have it turn off STRIP=-sNiklas Hallqvist
and add itself to CFLAGS and ASFLAGS
1996-11-23Add overrideable INSTALL variableNiklas Hallqvist
1996-04-22sync with netbsd 960418Theo de Raadt
1996-03-29From NetBSD: merge of 960317Niklas Hallqvist
1996-03-09Rudimentary support for compilation in a cross environmentNiklas Hallqvist
Host tools will be compiled with HOSTCC instead of CC. Note, these are not complete in *any* way\!
1996-03-05Labeling style changed ($OpenBSD$).Michael Shalayeff
POSTINSTALL added to the <bsd.lkm.mk> (see bsd.README for details).
1996-02-25Added <bsd.lkm.mk> file. Correspondent changes made to the bsd.README.Michael Shalayeff
All the rest changed to be $OpenBSD$. Dedicated to Suzi Quatro (she must be alive still, so best wishes to here).
1996-01-01s/NetBSD/OpenBSD/davem
1995-10-18initial import of NetBSD treeTheo de Raadt