Remove obsoleted COM_BIDIR, FIFO_TRIGGER_* and "comcontrol bidir"
[unix-history] / lib / Makefile
index 29043c1..7c72039 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 libpthread \
-       libresolv librpcsvc libtelnet libterm libutil liby
+SUBDIR=        csu.${MACHINE} libc libcurses libmalloc libpthread \
+       libresolv librpcsvc libskey libtelnet libterm libutil liby
 
 .if exists(libcrypt)
 .if !defined(NOCRYPT)
 
 .if exists(libcrypt)
 .if !defined(NOCRYPT)
@@ -15,4 +15,10 @@ SUBDIR+= libf2c
 SUBDIR+= libI77 libF77
 .endif
 
 SUBDIR+= libI77 libF77
 .endif
 
+.if !defined(WANT_MSUN)
+SUBDIR+= libm
+.else
+SUBDIR+= msun
+.endif
+
 .include <bsd.subdir.mk>
 .include <bsd.subdir.mk>