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

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

Diff for /src/etc/Makefile between version 1.432 and 1.433

version 1.432, 2018/01/09 03:31:14 version 1.433, 2018/04/01 04:35:02
Line 118  BIN1+= etc.${MACHINE}/disktab
Line 118  BIN1+= etc.${MACHINE}/disktab
 BIN1+=  disktab  BIN1+=  disktab
 .endif  .endif
   
 .if exists(etc.${MACHINE}/ld.so.conf) && empty(MACHINE_ARCH:M*arm*hf*)  .if exists(etc.${MACHINE}/ld.so.conf) && \
       empty(MACHINE_ARCH:M*arm*hf*) && ${MACHINE_ARCH} != "aarch64"
 BIN1+=  etc.${MACHINE}/ld.so.conf  BIN1+=  etc.${MACHINE}/ld.so.conf
 .endif  .endif
   

Legend:
Removed from v.1.432  
changed lines
  Added in v.1.433

CVSweb <webmaster@jp.NetBSD.org>