Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
54cb00d7
Commit
54cb00d7
authored
Sep 24, 2016
by
Franco Fichtner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mk: no errors on crypto probe
parent
8903f162
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile
Makefile
+1
-1
defaults.mk
Mk/defaults.mk
+5
-2
No files found.
Makefile
View file @
54cb00d7
...
@@ -43,7 +43,7 @@ CORE_HASH= ${CORE_COMMIT:C/^.*-//1}
...
@@ -43,7 +43,7 @@ CORE_HASH= ${CORE_COMMIT:C/^.*-//1}
CORE_ABI
?=
16.7
CORE_ABI
?=
16.7
_FLAVOUR
!=
${
LOCALBASE
}
/bin/openssl version
_FLAVOUR
!=
if
[
-f
${
OPENSSL
}
]
;
then
${
OPENSSL
}
version
;
fi
FLAVOUR
?=
${
_FLAVOUR
:[1]
}
FLAVOUR
?=
${
_FLAVOUR
:[1]
}
.if
"${FLAVOUR}"
==
OpenSSL
||
"${FLAVOUR}"
==
""
.if
"${FLAVOUR}"
==
OpenSSL
||
"${FLAVOUR}"
==
""
...
...
Mk/defaults.mk
View file @
54cb00d7
...
@@ -23,11 +23,14 @@
...
@@ -23,11 +23,14 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
# SUCH DAMAGE.
PKG!= which pkg || echo true
GIT!= which git || echo true
LOCALBASE?= /usr/local
LOCALBASE?= /usr/local
PAGER?= less
PAGER?= less
OPENSSL?= ${LOCALBASE}/bin/openssl
PKG!= which pkg || echo true
GIT!= which git || echo true
all-stub: all
all-stub: all
@echo "Nothing to do."
@echo "Nothing to do."
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment