Depending on SPLIT_F2C we either add libF77 and libI77 to SUBDIR or only
authorWiljo Heinen <wiljo@freeside.ki.open.de>
Wed, 5 Jan 1994 03:48:09 +0000 (03:48 +0000)
committerWiljo Heinen <wiljo@freeside.ki.open.de>
Wed, 5 Jan 1994 03:48:09 +0000 (03:48 +0000)
libf2c.

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>