#
# 调度 DHCPD、HTTPD 等 dnf 系统服务
#

if(INSTALL_HTTPD)
    add_subdirectory(httpd)
endif()

if(INSTALL_DHCPD)
    add_subdirectory(dhcpd)
endif()
