[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.120 and 1.121

version 1.120, 1999/07/02 09:28:16 version 1.121, 1999/07/04 22:11:06
Line 84  BIN1+= aliases bootptab changelist csh.c
Line 84  BIN1+= aliases bootptab changelist csh.c
         shells syslog.conf weekly weekly.conf wscons.conf \          shells syslog.conf weekly weekly.conf wscons.conf \
         etc.${MACHINE}/ttys etc.${MACHINE}/disktab          etc.${MACHINE}/ttys etc.${MACHINE}/disktab
   
 .if     (${MACHINE_ARCH} == "i386") || \  .if     (${MACHINE_ARCH} == "m68k") || \
         (${MACHINE_ARCH} == "m68k") || \  
         (${MACHINE_ARCH} == "ns32k") || \          (${MACHINE_ARCH} == "ns32k") || \
         (${MACHINE_ARCH} == "sparc") || \  
         (${MACHINE_ARCH} == "vax") || \          (${MACHINE_ARCH} == "vax") || \
         (${MACHINE_ARCH} == "arm32")          (${MACHINE_ARCH} == "arm32")
 BIN1+=  ld.so.conf  BIN1+=  ld.so.conf

Legend:
Removed from v.1.120  
changed lines
  Added in v.1.121

CVSweb <webmaster@jp.NetBSD.org>