repo/core/openssl/build
2022-10-14 00:55:31 +05:30

10 lines
112 B
Bash
Executable File

#!/bin/sh -e
make depend
make
make DESTDIR="$1" \
install_sw \
install_ssldirs \
install_man_docs