Pull in some of the lpt_port_test fixes from lpt.c.
[unix-history] / lib / Makefile
index d1681d1..29043c1 100644 (file)
@@ -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>