added dist.sh script - generates tarball

ok deraadt@ beck@
This commit is contained in:
Brent Cook 2014-07-28 21:00:25 -05:00
parent d328203f63
commit 46dd7aac40

6
dist.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -e
./autogen.sh
./configure
make dist