a sparc special-case: point it to a serial device so it's happy...

This commit is contained in:
pvalchev 2005-11-29 02:43:23 +00:00
parent 6639a6d1cf
commit 80fd6b77e8

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/08/03 14:44:18 todd Exp $
# $OpenBSD: Makefile,v 1.2 2005/11/29 02:43:23 pvalchev Exp $
SHARED_ONLY= Yes
@ -24,4 +24,8 @@ USE_GMAKE= Yes
CONFIGURE_STYLE= perl
.if ${MACHINE_ARCH} == "sparc"
CONFIGURE_ARGS= TESTPORT=/dev/cuaa
.endif
.include <bsd.port.mk>