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