summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-09 10:34:31 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-09 10:34:31 +0000
commit90f9c0f75e98f48bd7bd719c09d1a11b5ecbbe81 (patch)
treec31bf430727d9cd973976a298004998962f3fbcd /mk
parenta9d656d3d4a62b7f581ca99c9d5e6cce83e135f5 (diff)
downloadpkgsrc-90f9c0f75e98f48bd7bd719c09d1a11b5ecbbe81.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)