Deleted Added
full compact
make.conf (68263) make.conf (68310)
1# $FreeBSD: head/share/examples/etc/make.conf 68263 2000-11-02 22:14:59Z obrien $
1# $FreeBSD: head/share/examples/etc/make.conf 68310 2000-11-04 08:43:13Z ps $
2#
3# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
4# It allows you to override macro definitions to make without changing
5# your source tree, or anything the source tree installs.
6#
7# This file must be in valid Makefile syntax.
8#
9# You have to find the things you can put here in the Makefiles and

--- 137 unchanged lines hidden (view full) ---

147#
148#BOOT_COMCONSOLE_PORT= 0x3F8
149#
150# The default serial console speed is 9600. Set the speed to a larger value
151# for better interactive response.
152#
153#BOOT_COMCONSOLE_SPEED= 115200
154#
2#
3# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
4# It allows you to override macro definitions to make without changing
5# your source tree, or anything the source tree installs.
6#
7# This file must be in valid Makefile syntax.
8#
9# You have to find the things you can put here in the Makefiles and

--- 137 unchanged lines hidden (view full) ---

147#
148#BOOT_COMCONSOLE_PORT= 0x3F8
149#
150# The default serial console speed is 9600. Set the speed to a larger value
151# for better interactive response.
152#
153#BOOT_COMCONSOLE_SPEED= 115200
154#
155# By default the 'pxeboot' loader retrieves the kernel via NFS. Defining
156# this and recompiling /usr/src/sys/boot will cause it to retrieve the kernel
157# via TFTP. This allows pxeboot to load a custom BOOTP diskless kernel yet
158# still mount the server's '/' (i.e. rather then load the server's kernel).
155#
159#
160#LOADER_TFTP_SUPPORT= YES
161#
156# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
157# If you have a XFree86 from before 3.0 that has the X distribution in
158# /usr/X386, you want to uncomment this.
159#
160#X11BASE= /usr/X386
161#
162#
163# If you have Motif on your system, uncomment this.

--- 139 unchanged lines hidden ---
162# By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier.
163# If you have a XFree86 from before 3.0 that has the X distribution in
164# /usr/X386, you want to uncomment this.
165#
166#X11BASE= /usr/X386
167#
168#
169# If you have Motif on your system, uncomment this.

--- 139 unchanged lines hidden ---