Pull in some of the lpt_port_test fixes from lpt.c.
[unix-history] / lib / Makefile
index 0605427..29043c1 100644 (file)
@@ -1,6 +1,6 @@
 #      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
 #      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
-SUBDIR=        csu.${MACHINE} libc libcurses libm \
+SUBDIR=        csu.${MACHINE} libc libcurses libm libpthread \
        libresolv librpcsvc libtelnet libterm libutil liby
 
 .if exists(libcrypt)
        libresolv librpcsvc libtelnet libterm libutil liby
 
 .if exists(libcrypt)
@@ -9,4 +9,10 @@ SUBDIR+= libcrypt
 .endif
 .endif
 
 .endif
 .endif
 
+.if !defined(SPLIT_F2C)
+SUBDIR+= libf2c
+.else
+SUBDIR+= libI77 libF77
+.endif
+
 .include <bsd.subdir.mk>
 .include <bsd.subdir.mk>