From 7e3f2e61314a5bd7c62b17ccd1a932b18e4536a1 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 3 Dec 2004 19:47:49 +0000 Subject: Align with doc/Makefile.template by moving buildlink3.mk files ahead of make targets. --- net/openvpn-current/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'net') diff --git a/net/openvpn-current/Makefile b/net/openvpn-current/Makefile index 72b4be629bf..1a91571c18d 100644 --- a/net/openvpn-current/Makefile +++ b/net/openvpn-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/03 19:46:51 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/03 19:47:49 jlam Exp $ # DISTNAME= openvpn-2.0_beta15 @@ -25,6 +25,10 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} LIBS+= -ldes +.include "../../archivers/liblzo/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvpn ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/openvpn/config @@ -37,7 +41,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/sample-keys/* \ ${PREFIX}/share/examples/openvpn/keys -.include "../../archivers/liblzo/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3