dns/install
2011-01-15 12:24:55 +01:00

6 lines
103 B
Bash
Executable File

#!/bin/sh
# small wrapper to ease installation
make
make -C resolver install
make -C responder install