aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/make.conf
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>1999-07-28 20:28:54 +0000
committerNik Clayton <nik@FreeBSD.org>1999-07-28 20:28:54 +0000
commitf3fd3a0091411439b72d96ccb42b2efca52f36ca (patch)
treedd136d2892d0db404258b068f62218a4c694a7a0 /etc/defaults/make.conf
parented4e46bdceb1154eceb5631f0761034cb05b9028 (diff)
Notes
Diffstat (limited to 'etc/defaults/make.conf')
-rw-r--r--etc/defaults/make.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf
index 6387d85df403a..c6c3c7d9acc6f 100644
--- a/etc/defaults/make.conf
+++ b/etc/defaults/make.conf
@@ -1,4 +1,4 @@
-# $Id: make.conf,v 1.80 1999/06/01 02:55:42 billf Exp $
+# $Id: make.conf,v 1.81 1999/06/04 03:17:04 billf Exp $
#
# 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
@@ -76,7 +76,9 @@
# serial port in addition to or instead of the keyboard/video console.
#
# By default we use COM1 as our serial console port *if* we're going to use
-# a serial port as our console at all. (0x3E8 = COM2)
+# a serial port as our console at all. Alter as necessary.
+#
+# COM1: = 0x3F8, COM2: = 0x2F8, COM3: = 0x3E8, COM4: = 0x2E8
#
#BOOT_COMCONSOLE_PORT= 0x3F8
#