summaryrefslogtreecommitdiff
path: root/net/fetch/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/fetch/options.mk')
-rw-r--r--net/fetch/options.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/net/fetch/options.mk b/net/fetch/options.mk
deleted file mode 100644
index 25853611c18..00000000000
--- a/net/fetch/options.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2009/02/18 08:36:53 joerg Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.libfetch
-PKG_SUPPORTED_OPTIONS=
-PKG_SUGGESTED_OPTIONS=
-
-.include "../../net/libfetch/buildlink3.mk"
-.if !empty(PKG_BUILD_OPTIONS.libfetch:Mopenssl)
-PKG_SUPPORTED_OPTIONS+= openssl
-PKG_SUGGESTED_OPTIONS+= openssl
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mopenssl)
-MAKE_ENV+= FETCH_WITH_OPENSSL=yes
-
-.include "../../security/openssl/buildlink3.mk"
-.else
-MAKE_ENV+= FETCH_WITH_OPENSSL=no
-.endif