if ! is_depends_enabled $SPELL gettext; then
    make AWK=gawk PREFIX=/usr install
else
    make AWK=gawk PREFIX=/usr install-i18n
fi &&

install_config_file dnsmasq.conf.example "$INSTALL_ROOT/etc/dnsmasq.conf"
