summaryrefslogtreecommitdiffstats
path: root/etc/make.conf
Commit message (Collapse)AuthorAgeFilesLines
* Add -z to CVSupflags, it iz safe because it is done by zlib,ache1996-11-011-2/+2
| | | | not by extra gzip child
* catch a mismatch after final review...pst1996-10-141-2/+6
|
* Expose the control mechanism for serial console boot so that the defaultpst1996-10-141-1/+20
| | | | | | | | | shipped with freebsd can be changed without modifying the Makefiles directly. Creates: BOOT_FORCE_COMCONSOLE BOOT_PROBE_KEYBOARD BOOT_PROBE_KEYBOARD_LOCK BOOT_COMCONSOLE (port value for console)
* Use full path for cvsupache1996-10-051-2/+2
|
* Add CVSup block (commented out)ache1996-10-051-2/+15
|
* Remove SHARED_LIBCC_INT sample, it's gone and has been a do-nothing optionpeter1996-09-211-8/+1
| | | | since the cc1/cc1plus backends were linked static some time ago.
* Add the (commented out) OBJLINK hook.nate1996-06-241-1/+5
|
* Take out quotes around MOTIFLIB. Clarify comments a bit, most usersasami1996-04-211-5/+7
| | | | | | don't have to touch neither X11BASE nor MOTIFLIB. Reported by: kmitch@phantasma.bevc.blacksburg.va.us
* Back out my MOTIF_STATIC change, it is unnecessaryache1996-04-161-6/+2
|
* Document MOTIF_STATICache1996-04-131-3/+7
|
* Add commented-out definitions of HAVE_MOTIF and MOTIFLIB.asami1996-04-121-1/+11
|
* Add NOPORTDOCS, similar to NOMANCOMPRESS. It prohibits additionalasami1996-03-061-1/+7
| | | | | | port documentation (which can be things like postscript manuals describing every single of the 65,536 options) from being installed into ${PREFIX}/share/doc.
* improve the comment for BOOTWAITadam1996-02-151-4/+5
|
* Remove -fno-strength-reduce, gcc bug fixed recentlyache1996-01-051-2/+2
|
* Refleache1995-09-301-4/+4
|
* Change SUPFILEx order, secure first, ports second to make base system update ↵ache1995-09-281-3/+3
| | | | | | first All stuff commented out
* Add -fno-strength-reduce to -O2 optimization, all stuff commented outache1995-09-151-2/+2
|
* Add commented out entries for SUP update, 3 standard supfiles handled:ache1995-09-151-1/+9
| | | | standard/ports/secure
* [I cvs admin -o the last one of these you saw, it was commited onrgrimes1995-07-131-3/+3
| | | | | | | | | the wrong branch :-(] Eliminate incorrect double negative logic Bruce has been gripping about for a year now. Change = no_way to = true. Submitted by: bde (sort of, patch by me :-))
* Remove CCFPU, it is no longer used any place in the source tree.rgrimes1995-07-131-8/+1
| | | | Submitted by: Thomas Graichen <graichen@sirius.physik.fu-berlin.de>
* Document COPTFLAGS in addition to CFLAGS.jkh1995-04-231-1/+4
|
* make.conf doesn't postulate anything about libm now.phk1995-03-211-3/+3
|
* Take out obsolete KERBEROS_IV build variable. Just eBones now.jkh1995-03-201-6/+2
| | | | Submitted by: Mark Murray <mark@grondar.za>
* Now that the default for the shared gcc-internal lib changed, make this match.phk1994-11-101-2/+2
|
* Update make.conf and sys.mk to reflect the most recent advances inphk1994-11-071-14/+10
| | | | civilization: Use -O2 and MSUN as default, and X11 is in /usr/X11R6
* mention MAKE_EBONES and MAKE_KERBEROScsgr1994-09-301-1/+10
|
* fbtab: Pulled down from Attic, fixed spaces to tabs.rgrimes1994-09-231-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make.conf: Pulled in the following changes that had been commited to share/examples/etc: ---------------------------- revision 1.6 date: 1994/09/20 22:30:33; author: adam; state: Exp; lines: +3 -3 BOOTWAIT example converted to milliseconds calibration ---------------------------- revision 1.4 date: 1994/09/19 21:35:28; author: wollman; state: Exp; lines: +7 -1 Document NO_SHARED_LIBCC_INT. ---------------------------- revision 1.3 date: 1994/09/19 21:28:11; author: wollman; state: Exp; lines: +12 -17 Install /etc from the same source as /usr/share/examples/etc (mostly). ---------------------------- revision 1.2 date: 1994/09/19 02:05:08; author: ache; state: Exp; lines: +1 -11 Remove STARTUP_LOCALE, obsoleted now ---------------------------- revision 1.1 date: 1994/09/08 19:08:59; author: jkh; state: Exp; Add a sample make.conf. Also document the new X11BASE variable, and expand some of the documentation for other entries. Submitted by: jkh ---------------------------- manpath.config: Pulled down from Attic, and merged share/examples/etc changes. rc: Pulled in the following change from share/examples/etc: ---------------------------- revision 1.2 date: 1994/09/19 23:13:37; author: ache; state: Exp; lines: +1 -2 Remove warning about adjkerntz /var/run file ----------------------------
* More reasonable example of BOOTWAIT parameteradam1994-09-191-3/+3
| | | | Added comment about multiplication factor
* Remove STARTUP_LOCALE reference, obsoletedache1994-09-191-11/+1
|
* Add commented out STARTUP_LOCALE with explanationache1994-06-161-1/+12
|
* Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT=adam1994-06-151-4/+6
|
* added comments for how to use CCFPU and MDEC_OPTadam1994-06-151-1/+14
|
* Remove CXXFLAGS from here, handled in another placeache1994-06-141-2/+1
|
* Add commented out PRINTER=ps entry for easy chooseache1994-06-091-1/+7
| | | | system documentation format
* Add commented out CXXFLAGS entry similar to CFLAGS entryache1994-06-091-1/+2
|
* Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESScsgr1994-06-051-1/+17
| | | | | | (NOMANCOMPRESS works together with the new bsd.man.mk to turn off compression of manual pages - manual pages are installed compressed by default now.)
* added make.conf template, which does nothing.phk1994-06-011-0/+23
OpenPOWER on IntegriCloud