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

Diff for /src/usr.bin/Makefile between version 1.33 and 1.79

version 1.33, 1996/11/21 09:02:03 version 1.79, 2002/07/24 01:08:56
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $  
 #       from: @(#)Makefile      5.8.1.1 (Berkeley) 5/8/91  
   
 .include <bsd.own.mk>  .include <bsd.own.mk>
   
 SUBDIR= apply apropos arch asa at awk banner basename bdes biff cal calendar \  SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes \
         cap_mkdb cdio checknr chflags chpass cksum cmp col colcrt colrm \          biff cal calendar cap_mkdb cdio checknr chpass cksum cmp col \
         column comm compile_et compress cpp crontab ctags cut dirname du \          colcrt colrm column comm compile_et compress cpp crontab ctags cut \
         elf2olf encrypt env error expand false file file2c find finger fmt \          deroff dirname du elf2olf encrypt env error expand false file file2c \
         fold from fsplit fstat ftp gencat getconf getopt head hexdump id \          find fgen finger fmt fold from fsplit fstat ftp gencat getconf getopt \
         indent \          gprof head hexdump id indent infocmp ipcrm ipcs join jot kdump keynote \
         info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \          ktrace lam last lastcomm leave less lex lndir locate lock logger \
         less lex lndir locate lock logger login logname look lorder m4 machine \          login logname look lorder m4 mail make man mesg mg midiplay mixerctl \
         mail make man mesg mk_cmds mkdep mkfifo mkstr mktemp modstat msgs nc \          mkdep mkstr mktemp modstat msgs nc netstat newsyslog nfsstat nice \
         netstat newsyslog \          nohup oldrdist pagesize passwd paste patch pctr pr printenv printf \
         nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \          quota radioctl rdist rdistd readlink renice rev rpcgen rpcinfo \
         printf quota rdist rdistd renice rev rlogin rpcgen rpcinfo rs \          rs rsh \
         rsh rup ruptime rusers rwall rwho \          rup ruptime rusers rwall rwho script sectok sed shar showmount skey \
         script sed shar showmount skey skeyinit soelim split \          skeyaudit skeyinfo skeyinit sort spell split ssh su sup systat sudo \
         su sup systat tail talk tcopy tee telnet tftp time \          tail talk tcopy tee telnet tftp tic time tip tn3270 top touch tput tr \
         tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \          true tset tsort tty usbhidaction usbhidctl ul uname unexpand unifdef \
         unifdef uniq units unvis users uudecode uuencode \          uniq units \
         vacation vgrind vi vim vis vmstat w wall wc what whatis whereis \          unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
         which who whois window write \          what whatis which who whois window write x99token xargs xinstall xlint \
         xargs xinstall xlint xstr yacc yes \          xstr yacc yes
         gprof  
   
 .if defined(YP)  .if (${YP:L} == "yes")
 SUBDIR+=ypcat ypmatch ypwhich  SUBDIR+=ypcat ypmatch ypwhich
 .endif  .endif
   
 # Don't use the standard tool chain on the alpha or mips.  .if (${ELF_TOOLCHAIN} != "yes")
 .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")  
 SUBDIR+= ar 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 elf2ecoff  SUBDIR+= elf2ecoff elf2aout
 .elif ${MACHINE_ARCH} == "i386"  
 SUBDIR+= pctr  
 .elif ${MACHINE_ARCH} == "mips"  
 SUBDIR+= elf2ecoff  
 .endif  .endif
   
 .include <bsd.subdir.mk>  .include <bsd.subdir.mk>

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.79