diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-13 21:20:23 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-13 21:21:43 +0100 |
commit | 41690fd4eeb365131da537f24cbc1904867b1d41 (patch) | |
tree | 2bec7a6aafcf77767b4b19d0a3530234f1c07068 /Makefile.am | |
parent | 017493c2e93d04a52b5f0825bb8f8582111c49bb (diff) | |
download | vyatta-cfg-quagga-41690fd4eeb365131da537f24cbc1904867b1d41.tar.gz vyatta-cfg-quagga-41690fd4eeb365131da537f24cbc1904867b1d41.zip |
T1006: replace all occurences of check_prefix_boundary with ipaddrcheck.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index c1edf30f..ec9ca5fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,8 +16,6 @@ sbin_SCRIPTS += scripts/vyatta-update-static-route.pl bin_sudo_users_SCRIPTS = scripts/vyatta-static-dhcp.pl -sbin_PROGRAMS = src/check_prefix_boundary - share_perl5_DATA = lib/Vyatta/Quagga/Config.pm src_check_prefix_boundary = src/check_prefix_boundary.c |