summaryrefslogtreecommitdiffstats
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* Pass whatever the value of NM down to lorder. This allows one toimp2006-08-251-3/+3
* Don't read in /etc/src.conf when building ports.obrien2006-08-241-0/+3
* Remove alpha left-overs.ru2006-08-222-27/+1
* Revert previous commit. Pre-Nehemiah C3 CPUs do have 3DNow!; it doesn'tdes2006-08-131-1/+1
* I don't know where I got the idea that the VIA C3 has 3DNow!; it doesn't.des2006-08-121-1/+1
* Reintroduce CSTD, which allows a Makefile to specify the precise dialectdes2006-08-111-0/+15
* Grr we also need to set -mbig-endian to LDFLAGS. Now I can build acognet2006-07-211-0/+1
* Remove ALPHA optimization pointer for gcc flags.imp2006-07-201-1/+1
* Oops LDFLAGS can be used to invoke gcc, so directly add -EB to {LD}.cognet2006-07-201-1/+1
* Honor ARM_BIG_ENDIAN by adding -mbig-endian to CFLAGS and -EB to LDFLAGS ifcognet2006-07-201-0/+5
* Add CPUTYPE support for Via C3 and C3-2 processors.des2006-07-191-0/+4
* "clean" of <bsd.prog.mk> no longer removes a.out, Errs,yar2006-06-181-2/+1
* Send the pcvt(4) driver off to retirement.phk2006-05-171-2/+0
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-281-0/+2
* Have WITHOUT_BIND_MTREE imply WITHOUT_BIND_ETCphk2006-04-011-0/+4
* Revert last delta, it breaks cross-compiles.ru2006-03-251-6/+2
* Option MK_LIB32 only exists on amd64.ru2006-03-241-2/+6
* Add proper dependencies for the version map, and make sure 'make clean'des2006-03-231-1/+4
* Folded WITH_HESIOD_SUPPORT into WITH_HESIOD.ru2006-03-211-1/+0
* Desupport the *_COLLECT2 no-op.ru2006-03-211-6/+0
* Extend coverage of the MK_IPX build option to the following:ru2006-03-202-0/+9
* Commit a forgotten part of NO_PROFILE/NO_LIB32 conversion.ru2006-03-191-2/+5
* Add default for MK_PROFILEphk2006-03-191-0/+1
* Convert NO_PROFILE and NO_LIB32 to new style.ru2006-03-181-3/+3
* Replace .sinclude by .if exists()/.include/.endif so that older make(1)'s canru2006-03-181-1/+3
* Reimplementation of world/kernel build options. For details, see:ru2006-03-177-26/+298
* Add version_gen.awk to the installed files.deischen2006-03-161-1/+1
* Teach bsd.lib.mk to auto generate a version map file based ondeischen2006-03-162-0/+206
* Fix the spelling of MAN to a modern syntax.ru2006-03-151-1/+1
* Revert last change, per ru@'s objection. I misunderstood consensusimp2006-03-091-1/+1
* Now that we now spell NO_MAN=xxx MAN=, update the docs.imp2006-03-091-1/+1
* Handle NO_INCS solely inside bsd.incs.mk.ru2006-02-033-10/+4
* Define $LIBBSM.rwatson2006-02-021-0/+1
* Add a MACHINE_CPU entry for "ev67".ru2005-12-061-1/+3
* Add the NO_INCS knob to bsd.prog.mk and bsd.lib.mk to not includeru2005-11-192-0/+4
* Don't include bsd.init.mk so early - it's just not needed here.harti2005-11-101-5/+3
* Add a .mk file for building modules for the SNMP daemon. This may beharti2005-11-103-1/+31
* Serialize access to the info/dir file; needed for parallel installs.ru2005-11-031-0/+1
* We bootstrap make(1) if necessary during an upgrade, so checkingru2005-09-281-7/+0
* Don't install ${LIB}_pic.a if NO_TOOLCHAINphk2005-08-051-2/+2
* Don't install includes if NO_TOOLCHAINphk2005-08-031-0/+6
* Add LIBMEMSTAT tp bsd.libnames.mk.rwatson2005-07-171-0/+1
* For ${SUBDIR} targets, change the type of dependency operator from `::'ru2005-05-311-2/+2
* Use -march=armv5te for Xscale.cognet2005-05-241-1/+1
* Toggle on warnings. This resolves the problem with building old releasesharti2005-04-291-0/+3
* IPFIlter problems that prevented building should all now be resolved sodarrenr2005-04-281-5/+0
* Disable the IPFILTER bits until they compile again. This can be overridenscottl2005-04-271-0/+5
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+1
* Make sure the only thing that follows .endif or .else is a comment.harti2005-04-118-14/+14
* Update comment to reflect default GENCAT value (changed in previous rev)phantom2005-03-101-1/+1
OpenPOWER on IntegriCloud