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

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

version 1.25, 1996/09/05 08:55:23 version 1.28, 1996/10/04 19:16:51
Line 20 
Line 20 
         su sup systat tail talk tcopy tee telnet tftp time \          su sup systat tail talk tcopy tee telnet tftp time \
         tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \          tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \
         unifdef uniq units unvis users uudecode uuencode \          unifdef uniq units unvis users uudecode uuencode \
         vacation vgrind vi 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)
 SUBDIR+= pctr  SUBDIR+= pctr elf2ecoff
 .elif ${MACHINE_ARCH} == "i386"  .elif ${MACHINE_ARCH} == "i386"
 SUBDIR+= pctr  SUBDIR+= pctr
   .elif ${MACHINE_ARCH} == "mips"
   SUBDIR+= elf2ecoff
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

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