summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-03-09 10:34:31 +0000
committerxtraeme <xtraeme>2004-03-09 10:34:31 +0000
commit12d6ab4e2d734ced46f0ffb62ecc3d7d6f826564 (patch)
treec31bf430727d9cd973976a298004998962f3fbcd /mk
parent2f0589bb21998280d9b2fa7866b5579d81bbc8c3 (diff)
downloadpkgsrc-12d6ab4e2d734ced46f0ffb62ecc3d7d6f826564.tar.gz
DEFAULT_SERIAL_DEVICE is /dev/cuaa0 not /dev/null.
Diffstat (limited to 'mk')
-rw-r--r--mk/defs.FreeBSD.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/defs.FreeBSD.mk b/mk/defs.FreeBSD.mk
index b489bbc39e1..3b045935dd8 100644
--- a/mk/defs.FreeBSD.mk
+++ b/mk/defs.FreeBSD.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.FreeBSD.mk,v 1.31 2004/01/31 16:52:16 xtraeme Exp $
+# $NetBSD: defs.FreeBSD.mk,v 1.32 2004/03/09 10:34:31 xtraeme Exp $
#
# Variable definitions for the FreeBSD operating system.
@@ -156,8 +156,8 @@ _STRIPFLAG_CC?= -s # cc(1) option to strip
_STRIPFLAG_INSTALL?= -s # install(1) option to strip
.endif
-DEFAULT_SERIAL_DEVICE?= /dev/null
-SERIAL_DEVICES?= /dev/null
+DEFAULT_SERIAL_DEVICE?= /dev/cuaa0
+SERIAL_DEVICES?= /dev/cuaa0
# check for kqueue(2) support
.if exists(/usr/include/sys/event.h)