[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.254.2.2 and 1.254.2.3

version 1.254.2.2, 2018/05/21 04:35:55 version 1.254.2.3, 2018/06/25 07:25:33
Line 141  SUBDIR+= ../external/bsd/iscsi/lib # dep
Line 141  SUBDIR+= ../external/bsd/iscsi/lib # dep
 .endif  .endif
   
 .if (${MKZFS} != "no")  .if (${MKZFS} != "no")
 SUBDIR+=        ../external/cddl/osnet/lib/libzfs  SUBDIR+=        ../external/cddl/osnet/lib/libzfs_core
 SUBDIR+=        ../external/cddl/osnet/lib/libzpool  SUBDIR+=        ../external/cddl/osnet/lib/libzpool
 .endif  .endif
   
Line 210  SUBDIR+= ../external/bsd/fetch/lib # dep
Line 210  SUBDIR+= ../external/bsd/fetch/lib # dep
 SUBDIR+=        ../external/bsd/openldap/lib    # depends on libcrypto, ...  SUBDIR+=        ../external/bsd/openldap/lib    # depends on libcrypto, ...
 .endif  .endif
   
   .if (${MKZFS} != "no")
   SUBDIR+=        ../external/cddl/osnet/lib/libzfs
   .endif
   
 SUBDIR+=        ../libexec/httpd/libbozohttpd   # depends on libssl & libcrypto  SUBDIR+=        ../libexec/httpd/libbozohttpd   # depends on libssl & libcrypto
   
 #==================== 3rd library dependency barrier ====================  #==================== 3rd library dependency barrier ====================

Legend:
Removed from v.1.254.2.2  
changed lines
  Added in v.1.254.2.3

CVSweb <webmaster@jp.NetBSD.org>