aboutsummaryrefslogtreecommitdiff
path: root/share/mk
Commit message (Expand)AuthorAgeFilesLines
* For ${SUBDIR} targets, change the type of dependency operator from `::'Ruslan Ermilov2005-05-311-2/+2
* Use -march=armv5te for Xscale.Olivier Houchard2005-05-241-1/+1
* Toggle on warnings. This resolves the problem with building old releasesHartmut Brandt2005-04-291-0/+3
* IPFIlter problems that prevented building should all now be resolved soDarren Reed2005-04-281-5/+0
* Disable the IPFILTER bits until they compile again. This can be overridenScott Long2005-04-271-0/+5
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...Joseph Koshy2005-04-191-0/+1
* Make sure the only thing that follows .endif or .else is a comment.Hartmut Brandt2005-04-118-14/+14
* Update comment to reflect default GENCAT value (changed in previous rev)Alexey Zelkin2005-03-101-1/+1
* Wrap BSD r* commands in NO_RCMDS.Tom Rhodes2005-03-021-0/+1
* Accept the old user interface for NO_CLEAN as it is a POLA violation asDavid E. O'Brien2005-02-281-1/+0
* style.Makefile(5): remove trailing spaces.David E. O'Brien2005-02-271-1/+1
* There's no '-new' argument for gencat(1) anymoreAlexey Zelkin2005-02-271-1/+1
* Handle endianness for arm.Olivier Houchard2005-02-251-2/+4
* Add endianness support to cap_mkdb(1), useful for cross builds.Ruslan Ermilov2005-02-222-2/+13
* Add a SUBDIR_TARGETS variable which can be set to a list ofRuslan Ermilov2005-02-141-1/+2
* Allow building/installing of NLS catalogs while building of librariesAlexey Zelkin2005-02-081-0/+1
* Linkage with -lobjc requires -lpthread nowadays.Juli Mallett2005-01-261-1/+1
* Move -Wunused-parameter from WARNS level 3 level 4.David E. O'Brien2005-01-161-2/+4
* Use >= so we can use the actual WARNS levels.David E. O'Brien2005-01-161-6/+6
* Revert previous revision. Including bsd.compat.mk is necessaryRuslan Ermilov2005-01-091-0/+1
* Remove trailing spaces.Kirill Ponomarev2005-01-067-13/+13
* Include bsd.compat.mk early from sys.mk, enough for makefilesRuslan Ermilov2004-12-232-1/+1
* NOPAM -> NO_PAMRuslan Ermilov2004-12-211-0/+1
* NOFORTH -> NO_FORTHRuslan Ermilov2004-12-211-0/+1
* NOCLEAN -> NO_CLEANRuslan Ermilov2004-12-211-0/+2
* NOSHARE -> NO_SHARERuslan Ermilov2004-12-211-0/+1
* NOHTML -> NO_HTMLRuslan Ermilov2004-12-211-0/+1
* NOINET6 -> NO_INET6Ruslan Ermilov2004-12-211-0/+1
* NOGAMES -> NO_GAMESRuslan Ermilov2004-12-211-0/+1
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-212-2/+3
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-212-1/+2
* NOFSCHG -> NO_FSCHGRuslan Ermilov2004-12-213-2/+3
* NOINSTALLLIB -> NO_INSTALLLIBRuslan Ermilov2004-12-212-1/+2
* NOMLINKS -> NO_MLINKSRuslan Ermilov2004-12-212-2/+3
* NOTAGS -> NO_TAGSRuslan Ermilov2004-12-212-2/+3
* NOEXTRADEPEND -> NO_EXTRADEPENDRuslan Ermilov2004-12-212-1/+2
* NODOCCOMPRESS -> NO_DOCCOMPRESSRuslan Ermilov2004-12-214-16/+22
* NOATM -> NO_ATMRuslan Ermilov2004-12-212-0/+2
* NOLIBC_R -> NO_LIBC_RRuslan Ermilov2004-12-211-0/+3
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-217-18/+35
* If PORTNAME is set in a system Makefile then hook into the portsPaul Richards2004-12-202-0/+52
* Rev 1.44 was a little over-zealous for FreeBSD/AMD64, trim.David E. O'Brien2004-12-111-2/+3
* No need to add I386_CPU to CFLAGS here for 80386 systems as they are noJohn Baldwin2004-11-161-3/+0
* Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set.Bjoern A. Zeeb2004-11-131-2/+6
* Install precious programs with -S.Ruslan Ermilov2004-11-121-1/+4
* Compiling with 'strict-aliasing' optimization breaks some [notable] ports.David E. O'Brien2004-11-111-1/+1
* Introduce the PRECIOUSPROG knob in bsd.prog.mk, similarRuslan Ermilov2004-11-031-0/+4
* Switch the default CFLAGS to -O2 -pipe.Dag-Erling Smørgrav2004-10-251-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Define "I386_CPU" if CPUTYPE is 'i386'. Userland bits can check for "I386_CPU"David E. O'Brien2004-10-191-0/+3