diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-07-25 23:14:12 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-07-25 23:14:12 +0000 |
commit | 29446d9ed7410a571ce77ee9a9f601c9653c5219 (patch) | |
tree | 578d1393103053d04f3160e9d5fc78cf434fcdde /Makefile.am | |
parent | c4035aa5d0601eaa2a64d67ca70326f4de3873e8 (diff) | |
download | vyatta-cfg-quagga-29446d9ed7410a571ce77ee9a9f601c9653c5219.tar.gz vyatta-cfg-quagga-29446d9ed7410a571ce77ee9a9f601c9653c5219.zip |
First parts of DNS forwarding stuff
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 742f9025..057252dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,6 +29,7 @@ sbin_SCRIPTS += scripts/keepalived/vyatta-vrrp-state.pl sbin_SCRIPTS += scripts/telnetd.init sbin_SCRIPTS += scripts/add_bootfile_eth_hwid sbin_SCRIPTS += scripts/mod_bootfile_eth_hwid +sbin_SCRIPTS += scripts/dns-forwarding/vyatta-dns-forwarding.pl noinst_DATA = test_bootfile |