From b8c9ffd9692ca0e33fbf8077418a929d70e6e0a0 Mon Sep 17 00:00:00 2001 From: sakamoto Date: Wed, 14 Jul 1999 15:52:27 +0000 Subject: add LIBS="-ltermlib" to CONFIGURE_ENV. --- comms/plptools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comms') diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index ba39f11d71b..588fbe2a5b7 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/07/14 05:41:47 sakamoto Exp $ +# $NetBSD: Makefile,v 1.2 1999/07/14 15:52:27 sakamoto Exp $ # DISTNAME= plptools-0.3 @@ -11,6 +11,6 @@ DEPENDS= readline-2.2:../../devel/readline USE_LIBTOOL= YES GNU_CONFIGURE= YES -CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" +CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/" LIBS="-ltermlib" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3