Portable build framework for OpenNTPD
 
 
 
 

6 lines
58 B

#!/bin/sh
set -e
./autogen.sh
./configure
make distcheck