summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
Commit message (Expand)AuthorAgeFilesLines
* Added the new variable CTAGS which, if set to "ctags", revertsru2002-10-171-4/+0
* Extend the lint handling a bit.markm2002-09-201-0/+8
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-9/+1
* Make .asm transformation rules synonyms to the .s rules.ru2002-04-221-4/+1
* Add .asm as an alias for .s. .asm is common in contribed sources.obrien2002-04-191-1/+4
* Don't include bsd.own.mk from sys.mk, this makes it impossibleru2002-04-171-1/+10
* Make lint(1) a cross-tool.ru2002-03-201-1/+1
* __MAKE_CONF?=/etc/make.confimp2002-03-181-2/+3
* Allow "make lint" to mostly work. Our sources are very unclean WRTmarkm2002-03-171-1/+4
* Final way: Don't include /etc/defaults/make.conf at all. It wasn'talex2001-08-311-4/+0
* Don't .error, if /etc/defaults/make.conf exists. This breaks -CURRENTalex2001-08-311-1/+0
* Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf asalex2001-08-301-1/+2
* Add the ".FreeBSD" symbol so we can do things like ".if define(.FreeBSD)"obrien2001-06-161-0/+1
* Add the single suffix rules for FORTRAN.obrien2001-06-061-0/+4
* Add the single suffix rules for C++.obrien2001-06-061-3/+6
* Overhaul the MACHINE_CPU behaviour:kris2001-02-221-10/+2
* Turns out we do need to do bootstrapping of MACHINE_CPU here: make(1) won'tkris2001-02-201-0/+10
* Remove bogus setting of MACHINE_CPU here. There is no need for it.kris2001-02-191-3/+1
* Introduce support for using OpenSSL ASM optimizations. This is donekris2001-02-191-1/+3
* Correct a typokris2000-04-211-1/+1
* make.conf is being made to conform to the /etc/defaults/ standard thatdillon1999-10-271-0/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert to rev 1.41.obrien1998-09-151-11/+9
* Add ${RM} for compatability with SunOS.obrien1998-09-141-10/+12
* add support for /etc/make.conf.localdillon1998-08-291-1/+6
* Remove the alpha specific __NETBSD_SYSCALLS from CFLAGS. This can stilljb1998-08-081-6/+1
* Fixed building -current under 2.2.6 using `make world'. Moved somebde1998-08-031-9/+2
* Move bsd.own.mk after make.conf, this allows BINFORMAT to be set inpeter1998-06-121-3/+3
* Recognize ".cpp" as a C++ suffix.dt1998-06-051-3/+3
* Fix my last commit which got caught in the cvs/cvsup cycle.jb1998-06-031-3/+2
* Uh, the NetBSD syscall define spam for alpha has to go after /etc/make.confjb1998-06-031-1/+6
* In the case of alpha (only), more than just libc needs to know thatjb1998-06-031-1/+2
* Oops, forgot references in previous commit.bde1998-05-151-1/+1
* Support Objective C almost as well as C++.bde1998-05-151-2/+8
* Add -pipe to default CFLAGS. The optimization it provides is cheapjkh1998-05-011-2/+2
* Support new version of global.eivind1998-03-231-2/+2
* Don't pass the undocumented flags `-se' to gtags (gtags ignores them forbde1998-02-201-2/+2
* FreeBSD's make knows about the MACHINE, but not the MACHINE_ARCH unlessjb1998-01-211-2/+9
* Choose the default binary format based on machine type.jb1998-01-131-1/+5
* Restore the BINFORMAT?= in sys.mk, or it's painfully difficult to usepeter1997-09-051-1/+4
* Change the BINFORMAT definitions so that they do not depend on sys.mk,peter1997-09-051-4/+1
* A first cut at some rules for building elf shared libs. Of particularpeter1997-08-301-1/+4
* Support GLOBAL style tags.jkh1997-04-131-1/+5
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Revert changes to make the .y.c rule 'make -j n' safe.steve1997-01-121-2/+4
* Make the .y.c rule 'make -j n' friendly.steve1997-01-061-4/+2
* Style changes: $(...) --> ${...}, consistent placement of -c.alex1996-11-071-15/+15
* Add in POSIX 1003.2 mandated rules. NOTE: thesesteve1996-11-031-1/+93
* Back out yacc change.phk1996-06-021-8/+11
OpenPOWER on IntegriCloud