mirror of
https://github.com/miekg/dns.git
synced 2025-10-17 04:41:19 +02:00
6 lines
103 B
Bash
Executable File
6 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
# small wrapper to ease installation
|
|
make
|
|
make -C resolver install
|
|
make -C responder install
|