dns/install
Miek Gieben 9976029ca6 Add install script for installation
Fix the examples for the new api
2011-01-01 22:03:41 +01:00

8 lines
101 B
Bash
Executable File

#!/bin/sh
# small wrapper to easy installment
make
make -C dnssec install
make -C resolver install