diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/plptools/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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" |