Files
libressl/dist.sh
2023-05-25 22:30:19 -05:00

8 lines
99 B
Bash
Executable File

#!/bin/sh
set -e
rm -f man/*.[35] include/openssl/*.h
./autogen.sh
./configure
make -j4 distcheck