mirror of
https://github.com/darlinghq/darling-network_cmds.git
synced 2024-11-30 07:00:38 +00:00
14 lines
251 B
CMake
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)
|