mirror of
https://github.com/miekg/dns.git
synced 2025-10-11 09:51:01 +02:00
8 lines
101 B
Bash
Executable File
8 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# small wrapper to easy installment
|
|
|
|
make
|
|
make -C dnssec install
|
|
make -C resolver install
|