Added the code for the Gateway Ethernet card into if_ed.c. The whole code
[unix-history] / lib / Makefile
index 0605427..6b7ed85 100644 (file)
@@ -1,7 +1,7 @@
 #      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
 #      @(#)Makefile    5.25.1.1 (Berkeley) 5/7/91
 
-SUBDIR=        csu.${MACHINE} libc libcurses libm \
-       libresolv librpcsvc libtelnet libterm libutil liby
+SUBDIR=        csu.${MACHINE} libc libcurses libm libmalloc libpthread \
+       libresolv librpcsvc libskey libtelnet libterm libutil liby
 
 .if exists(libcrypt)
 .if !defined(NOCRYPT)
 
 .if exists(libcrypt)
 .if !defined(NOCRYPT)
@@ -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>