This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-05-25 02:35:01 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
cfeeb57166
opnsense-src
/
secure
/
lib
/
libcrypto
/
Makefile.man
6 lines
98 B
Groff
Raw
Normal View
History
Unescape
Escape
Install the OpenSSL man pages in /usr/share/openssl/man and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 14:57:56 -05:00
# $FreeBSD$
Install man5 and man7 for OpenSSL. Note config.5 and crypto.7 are not installed because we have conflicts. Requested by: phk MFC after: 1 month
2020-01-21 20:15:57 -05:00
.
for
m
in
3
5
7
.
include
"man/man${m}/Makefile"
.
PATH
:
${.CURDIR}/man/man${m}
.
endfor
Reference in a new issue
Copy permalink