[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/Makefile between version 1.123 and 1.123.2.2

version 1.123, 2008/05/01 15:33:33 version 1.123.2.2, 2008/09/18 04:39:18
Line 3 
Line 3 
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= csu libc .WAIT libarch libatf-c libatf-c++ \  SUBDIR= csu libc .WAIT libarch \
         libbsdmalloc libbluetooth libbz2 \          libbsdmalloc libbluetooth libbz2 \
         libcompat libcrypt \          libcompat libcrypt \
         libcurses libevent libintl libkvm libl libm \          libcurses libevent libintl libkvm libl libm \
Line 11  SUBDIR= csu libc .WAIT libarch libatf-c 
Line 11  SUBDIR= csu libc .WAIT libarch libatf-c 
         libpthread_dbg libpuffs libresolv librmt librpcsvc librt libsdp \          libpthread_dbg libpuffs libresolv librmt librpcsvc librt libsdp \
         libterm libusbhid libutil libwrap liby libz          libterm libusbhid libutil libwrap liby libz
   
   .if (${MKATF} != "no")
   SUBDIR+= libatf-c libatf-c++
   .endif
   
 # libform and libmenu need libcurses  # libform and libmenu need libcurses
 SUBDIR+=        .WAIT libform libmenu  SUBDIR+=        .WAIT libform libmenu
   
Line 86  SUBDIR+= libkrb5  # depends on libcrypto
Line 90  SUBDIR+= libkrb5  # depends on libcrypto
 SUBDIR+=        librefuse       # depends on libpuffs  SUBDIR+=        librefuse       # depends on libpuffs
 .endif  .endif
   
   SUBDIR+=        librumpuser     # depends on libpthread
   
 # XXX These bind9/ISC libraries should depend on each other but the  # XXX These bind9/ISC libraries should depend on each other but the
 # XXX dependency ordering requires considerable investigation.  # XXX dependency ordering requires considerable investigation.
 # XXX Please preserve the order below so we know the order ISC links  # XXX Please preserve the order below so we know the order ISC links
Line 102  SUBDIR+= .WAIT libgssapi libhdb
Line 108  SUBDIR+= .WAIT libgssapi libhdb
 SUBDIR+=        .WAIT libkadm5srv libkadm5clnt libkafs libsl libss  SUBDIR+=        .WAIT libkadm5srv libkadm5clnt libkafs libsl libss
 .endif  .endif
   
   .if (${MKLDAP} != "no")
                                   # depends on libcrypto - only if ${MKCRYPTO}
   SUBDIR+=        ../external/bsd/openldap/lib
   .endif
   
   SUBDIR+=        librump         # depends on librumpuser
   
   #==================== 3rd library dependency barrier ====================
   SUBDIR+=        .WAIT
   
 .if (${MKPAM} != "no")  .if (${MKPAM} != "no")
 SUBDIR+=        .WAIT libpam            # depends on libkrb5, libkafs and more  SUBDIR+=        libpam          # depends on libkrb5, libkafs and more
   .endif
   
   SUBDIR+=        libukfs         # depends on librump
   
   #==================== 4th library dependency barrier ====================
   .if (${MKPUFFS} != "no")
   SUBDIR+=        .WAIT
   SUBDIR+=        libp2k          # depends on libpuffs and libukfs
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.123.2.2

CVSweb <webmaster@jp.NetBSD.org>