From 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 3 Dec 2004 15:14:50 +0000 Subject: Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs. Suggested by Roland Illig, ok'd by various. --- net/vtun/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/vtun/Makefile') diff --git a/net/vtun/Makefile b/net/vtun/Makefile index f8882277c7d..633e171e59b 100644 --- a/net/vtun/Makefile +++ b/net/vtun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/10/03 00:18:01 tv Exp $ +# $NetBSD: Makefile,v 1.30 2004/12/03 15:15:07 wiz Exp $ DISTNAME= vtun-2.6 PKGREVISION= 6 @@ -26,7 +26,7 @@ CONFIGURE_ARGS+= --with-ssl-headers=${SSLBASE}/include/openssl CONFIGURE_ARGS+= --with-ssl-lib=${SSLBASE}/lib CONFIGURE_ARGS+= --with-lzo-headers=${BUILDLINK_PREFIX.liblzo}/include CONFIGURE_ARGS+= --with-lzo-lib=${BUILDLINK_PREFIX.liblzo}/lib -ALL_TARGET= vtund +BUILD_TARGET= vtund DOCDIR= ${PREFIX}/share/doc/vtun EGDIR= ${PREFIX}/share/examples/vtun -- cgit v1.2.3