darling-network_cmds/rarpd.tproj/CMakeLists.txt
2020-08-18 20:03:17 -04:00

14 lines
251 B
CMake

project(network_cmds-rarpd)
add_compile_definitions(
TFTP_DIR="/tftpboot"
)
add_darling_executable(rarpd
rarpd.c
)
install(TARGETS rarpd DESTINATION libexec/darling/usr/sbin)
install(FILES rarpd.8 DESTINATION libexec/darling/usr/share/man/man8)