From 5946936ffcde6674d4e6801abd4a757acd269dd5 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- net/lft/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'net/lft') diff --git a/net/lft/Makefile b/net/lft/Makefile index 3cbc7a33ca2..e8e901f2f7d 100644 --- a/net/lft/Makefile +++ b/net/lft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:49 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:24 rillig Exp $ # DISTNAME= lft-2.2 @@ -9,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mainnerve.com/lft/ COMMENT= Layer four traceroute capable of tracing protocol paths -USE_PKGLOCALEDIR= # defined -GNU_CONFIGURE= # defined +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3