darling-network_cmds/rarpd.tproj/CMakeLists.txt

14 lines
251 B
CMake
Raw Permalink Normal View History

2020-08-19 00:03:17 +00:00
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)