From 597554ac76f4c6cc11b2fd01027244d192060619 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 5 Apr 2001 01:48:31 +0000 Subject: add default serial device to configure arguments --- comms/plptools/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index 368c6243124..a45d65c2f78 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/16 13:56:22 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/05 01:48:31 dmcmahill Exp $ # DISTNAME= plptools-0.6 @@ -18,4 +18,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib" +.include "../../mk/bsd.prefs.mk" +CONFIGURE_ARGS+= --with-serial=${DEFAULT_SERIAL_DEVICE} + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3