diff options
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 8995044c55d5..29043c1fd223 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 <bsd.subdir.mk> |
