darling-DSTools/CMakeLists.txt
Andrew Hyatt b1d05a7ba1 Build the one utility we need for now
It's for Homebrew
2017-04-07 18:59:54 -07:00

31 lines
551 B
CMake

project(DSTools)
add_compile_options(
-nostdinc
)
add_darling_executable(dsmemberutil dsmbrutil/dsmbrutil.c)
install(TARGETS dsmemberutil DESTINATION libexec/darling/usr/bin)
install(FILES
dirt/dirt.1
dscacheutil/dscacheutil.1
dscacheutil/lookupd.1
dscl/dscl.1
dsconfigldap/dsconfigldap.1
dsmbrutil/dsmemberutil.1
dsmbrutil/memberd.1
DESTINATION libexec/darling/usr/share/man/man1
)
install(FILES
dsenableroot/dsenableroot.8
dserr/dserr.8
pwpolicy/pwpolicy.8
ugtools/dseditgroup.8
DESTINATION libexec/darling/usr/share/man/man8
)