dd646a3302
The API/ABI for the LibreSSL 2.1.x series is now fixed, so we can safely enable libtls it by default. This is useful for new OpenNTPD and OpenSMTPD releases as well. ok deraadt@ beck@ sthen@
8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
rm -f man/*.1 man/*.3
|
|
./autogen.sh
|
|
./configure
|
|
make distcheck
|