[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin

Diff for /src/usr.bin/Makefile between version 1.27 and 1.28

version 1.27, 1996/10/02 21:52:31 version 1.28, 1996/10/04 19:16:51
Line 22 
Line 22 
         unifdef uniq units unvis users uudecode uuencode \          unifdef uniq units unvis users uudecode uuencode \
         vacation vgrind vi vim vis vmstat w wall wc what whatis whereis \          vacation vgrind vi vim vis vmstat w wall wc what whatis whereis \
         which who whois window write \          which who whois window write \
         xargs xinstall xlint xstr yacc yes          xargs xinstall xlint xstr yacc yes \
           gprof
   
 .if defined(YP)  .if defined(YP)
 SUBDIR+=ypcat ypmatch ypwhich  SUBDIR+=ypcat ypmatch ypwhich
Line 30 
Line 31 
   
 # Don't use the standard tool chain on the alpha or mips.  # Don't use the standard tool chain on the alpha or mips.
 .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")  .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
 SUBDIR+= ar gprof nm ranlib size strip strings  SUBDIR+= ar nm ranlib size strip strings
 .endif  .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28