X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/6c86b28db134c57a8c04cf3245e55fc09e663553..98b29b3633c1bfd0faf7965c7a9a07c396cbea61:/lib/Makefile diff --git a/lib/Makefile b/lib/Makefile index 8995044c55..29043c1fd2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 -SUBDIR= csu.${MACHINE} libc libcurses libm \ - libresolv librpc librpcsvc libtelnet libterm libutil liby +SUBDIR= csu.${MACHINE} libc libcurses libm libpthread \ + libresolv librpcsvc libtelnet libterm libutil liby .if exists(libcrypt) .if !defined(NOCRYPT) @@ -9,4 +9,10 @@ SUBDIR+= libcrypt .endif .endif +.if !defined(SPLIT_F2C) +SUBDIR+= libf2c +.else +SUBDIR+= libI77 libF77 +.endif + .include