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

Annotation of src/usr.bin/Makefile, Revision 1.5

1.1       deraadt     1: #      from: @(#)Makefile      5.8.1.1 (Berkeley) 5/8/91
1.5     ! deraadt     2: #      $Id: Makefile,v 1.4 1996/01/02 13:49:02 deraadt Exp $
1.1       deraadt     3:
                      4: SUBDIR=        apply apropos asa at banner basename bdes biff cal calendar cap_mkdb \
                      5:        checknr chflags chpass cksum cmp col colcrt colrm column comm \
1.4       deraadt     6:        compress cpp crontab ctags cut dirname du \
1.1       deraadt     7:        env error expand false file find finger fmt fold fpr from \
                      8:        fsplit fstat ftp gencat getconf getopt head hexdump id indent \
1.5     ! deraadt     9:        ipcrm ipcs join jot kdump ktrace lam last lastcomm leave less \
        !            10:        lex locate \
1.1       deraadt    11:        lock logger login logname look lorder m4 machine mail make man mesg \
1.5     ! deraadt    12:        mkdep mkfifo mkstr modstat msgs netstat newsyslog nfsstat nice \
1.1       deraadt    13:        nohup pagesize passwd paste patch pr printenv printf quota \
                     14:        rdist renice rev rlogin rpcgen rpcinfo rs \
                     15:        rsh rup ruptime rusers rwall rwho \
                     16:        script sed shar showmount skey skeyinit soelim split strings \
1.3       deraadt    17:        su sup systat tail talk tcopy tee telnet tftp time \
1.1       deraadt    18:        tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \
                     19:        unifdef uniq units unvis users uudecode uuencode \
                     20:        vacation vgrind vi vis vmstat w wall wc what whatis whereis \
                     21:        which who whois window write \
                     22:        xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
                     23:
                     24: # Don't use the standard tool chain on the alpha.
1.2       deraadt    25: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
1.1       deraadt    26: SUBDIR+= ar gprof nm ranlib size strip
                     27: .endif
                     28:
                     29: .include <bsd.subdir.mk>