$OpenBSD: patch-configure,v 1.1.1.1 2008/03/17 19:09:42 jasper Exp $ --- configure.orig Wed Feb 13 21:31:03 2008 +++ configure Wed Feb 13 21:34:19 2008 @@ -21725,6 +21725,12 @@ case $system in TTYNAME_2="/dev/cuaa2" TTYNAME_3="/dev/cuaa3" ;; + OpenBSD-*) + TTYNAME_0="/dev/cua00" + TTYNAME_1="/dev/cua01" + TTYNAME_2="/dev/cua02" + TTYNAME_3="/dev/cua03" + ;; *) echo "Can't figure out the name of the serial port on this OS" ;;