This website requires JavaScript.
Explore
Help
Register
Sign In
kiss-community
/
repo
Watch
2
Star
0
Fork
1
You've already forked repo
mirror of
https://codeberg.org/kiss-community/repo
synced
2024-11-15 19:20:10 -07:00
Code
Issues
Wiki
a19d67c097
repo
/
core
/
openssl
/
build
10 lines
112 B
Plaintext
Raw
Normal View
History
Unescape
Escape
openssl: 1.1.1k (testing)
2021-07-07 14:24:26 -06:00
#!/bin/sh -e
make depend
openssl: update for new env
2021-07-15 06:02:11 -06:00
make
openssl: install all manual pages. See #273
2021-07-11 18:02:20 -06:00
make DESTDIR="$1" \
install_sw \
install_ssldirs \
install_man_docs
Copy Permalink