this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

OpenSSH build as Mach-O

+4 -4
+1 -1
src/CMakeLists.txt
··· 145 145 add_subdirectory(external/gnudiff) 146 146 # add_subdirectory(launchd/src) 147 147 # add_subdirectory(launchd/support) 148 - # add_subdirectory(external/openssh) 148 + add_subdirectory(external/openssh) 149 149 # add_subdirectory(external/top) 150 150 # add_subdirectory(external/perl) 151 151 endif (NOT DARLING_NO_EXECUTABLES)
+3 -3
src/libc/util/CMakeLists.txt
··· 7 7 set(util_sources 8 8 fparseln.c 9 9 login_tty.c 10 - #login.c 11 - #logout.c 12 - #logwtmp.c 10 + login.c 11 + logout.c 12 + logwtmp.c 13 13 mkpath_np.c 14 14 opendev.c 15 15 pty.c)