1996-10-05 19:41:31 +00:00
|
|
|
# $Id: make.conf,v 1.33 1996/10/05 18:51:45 ache Exp $
|
1994-06-01 00:58:06 +00:00
|
|
|
#
|
1994-09-23 07:16:13 +00:00
|
|
|
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
|
|
|
# It allows you to override macro definitions to make without changing
|
|
|
|
# your source tree, or anything the source tree installs.
|
|
|
|
#
|
|
|
|
# This file must be in valid Makefile syntax.
|
1994-06-01 00:58:06 +00:00
|
|
|
#
|
|
|
|
# You have to find the things you can put here in the Makefiles and
|
|
|
|
# documentation of the source tree.
|
|
|
|
#
|
|
|
|
# One, and probably the most common, use could be:
|
|
|
|
#
|
1996-01-05 18:54:07 +00:00
|
|
|
#CFLAGS= -O2 -m486 -pipe
|
1994-06-01 00:58:06 +00:00
|
|
|
#
|
1994-09-23 07:16:13 +00:00
|
|
|
# Another useful entry is
|
1994-06-01 00:58:06 +00:00
|
|
|
#
|
1995-07-13 09:15:50 +00:00
|
|
|
#NOPROFILE= true
|
1994-06-01 00:58:06 +00:00
|
|
|
# Avoid compiling profiled libraries
|
|
|
|
#
|
1996-06-24 16:50:39 +00:00
|
|
|
# To have 'obj' symlinks created in your source directory
|
|
|
|
# (they aren't needed/necessary)
|
|
|
|
#OBJLINK= yes
|
|
|
|
#
|
1995-04-23 13:03:24 +00:00
|
|
|
# To compile the kernel with special optimisations, you can use this:
|
|
|
|
#
|
|
|
|
#COPTFLAGS= -O -pipe
|
1994-06-05 20:37:15 +00:00
|
|
|
#
|
1995-03-21 02:55:33 +00:00
|
|
|
# To compile and install the 4.4 lite libm instead of the default use:
|
1994-06-05 20:37:15 +00:00
|
|
|
#
|
1995-03-21 02:55:33 +00:00
|
|
|
#WANT_CSRG_LIBM= yes
|
1994-06-05 20:37:15 +00:00
|
|
|
#
|
|
|
|
#
|
|
|
|
# If you have a FPU (i387, i486DX, Pentium), you can make
|
|
|
|
# the Sun libm use the FPU:
|
|
|
|
#
|
|
|
|
#HAVE_FPU= yes
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# If you do not want unformatted manual pages to be compressed
|
|
|
|
# when they are installed:
|
|
|
|
#
|
1995-07-13 09:15:50 +00:00
|
|
|
#NOMANCOMPRESS= true
|
1994-06-09 11:13:52 +00:00
|
|
|
#
|
|
|
|
#
|
1996-03-06 09:10:23 +00:00
|
|
|
# If you do not want additional documentation (some of which are
|
|
|
|
# a few hundred KB's) for ports to be installed:
|
|
|
|
#
|
|
|
|
#NOPORTDOCS= true
|
|
|
|
#
|
|
|
|
#
|
1994-06-09 11:13:52 +00:00
|
|
|
# Default format for system documentation, depends on your printer.
|
|
|
|
# Set this to "ascii" for simple printers or screen
|
|
|
|
#
|
|
|
|
#PRINTER= ps
|
1994-06-15 20:24:16 +00:00
|
|
|
#
|
|
|
|
#
|
1996-02-15 21:14:36 +00:00
|
|
|
# How long to wait for a console keypress before booting the default kernel.
|
|
|
|
# This value is approximately in milliseconds. Keypresses are accepted by the
|
|
|
|
# BIOS before booting from disk, making it possible to give custom boot
|
|
|
|
# parameters even when this is set to 0.
|
1994-06-15 20:24:16 +00:00
|
|
|
#
|
1994-06-15 21:32:38 +00:00
|
|
|
#BOOTWAIT=0
|
1994-09-23 07:16:13 +00:00
|
|
|
#BOOTWAIT=30000
|
1994-06-15 20:24:16 +00:00
|
|
|
#
|
|
|
|
#
|
1994-11-07 04:18:04 +00:00
|
|
|
# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
|
1996-04-21 08:56:32 +00:00
|
|
|
# If you have a XFree86 from before 3.0 that has the X distribution in
|
|
|
|
# /usr/X386, you want to uncomment this.
|
1994-09-23 07:16:13 +00:00
|
|
|
#
|
1994-11-07 04:18:04 +00:00
|
|
|
#X11BASE= /usr/X386
|
1994-09-23 07:16:13 +00:00
|
|
|
#
|
|
|
|
#
|
1996-04-12 09:28:14 +00:00
|
|
|
# If you have Motif on your system, uncomment this.
|
|
|
|
#
|
|
|
|
#HAVE_MOTIF= yes
|
|
|
|
#
|
1996-04-21 08:56:32 +00:00
|
|
|
# If the default location of the Motif library (specified below) is NOT
|
|
|
|
# appropriate for you, uncomment this and change it to the correct value.
|
|
|
|
# If your motif is in ${X11BASE}/lib, you don't need to touch this line.
|
1996-04-12 09:28:14 +00:00
|
|
|
#
|
1996-04-21 08:56:32 +00:00
|
|
|
#MOTIFLIB= -L${X11BASE}/lib -lXm
|
1996-04-12 09:28:14 +00:00
|
|
|
#
|
|
|
|
#
|
1994-09-30 14:57:01 +00:00
|
|
|
# Kerberos IV
|
1995-03-20 21:35:15 +00:00
|
|
|
# If you want the eBones-based Kerberos, define this:
|
1994-09-30 14:57:01 +00:00
|
|
|
#
|
|
|
|
#MAKE_EBONES= yes
|
1995-09-15 01:03:55 +00:00
|
|
|
#
|
|
|
|
#
|
1996-10-05 18:51:45 +00:00
|
|
|
# SUP/CVSup updates
|
1995-09-15 01:03:55 +00:00
|
|
|
#
|
|
|
|
#SUP_UPDATE= yes
|
1996-10-05 18:51:45 +00:00
|
|
|
#
|
|
|
|
# SUP block
|
|
|
|
#
|
|
|
|
#SUP= sup
|
|
|
|
#SUPFLAGS= -v
|
1995-09-30 17:20:27 +00:00
|
|
|
#SUPFILE= /usr/share/examples/sup/standard-supfile
|
|
|
|
#SUPFILE1= /usr/share/examples/sup/secure-supfile
|
|
|
|
#SUPFILE2= /usr/share/examples/sup/ports-supfile
|
1996-10-05 18:51:45 +00:00
|
|
|
#
|
|
|
|
# CVSup block
|
|
|
|
#
|
1996-10-05 19:41:31 +00:00
|
|
|
#SUP= /usr/local/sbin/cvsup
|
1996-10-05 18:51:45 +00:00
|
|
|
#SUPFLAGS= -g -L 2
|
|
|
|
#SUPFILE= /usr/share/examples/cvsup/standard-supfile
|
|
|
|
#SUPFILE1= /usr/share/examples/cvsup/secure-supfile
|
|
|
|
#SUPFILE2= /usr/share/examples/cvsup/ports-supfile
|