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

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

1.78    ! nate        1: #      $OpenBSD: Makefile,v 1.77 2002/05/06 22:23:53 deraadt Exp $
1.1       deraadt     2:
1.24      deraadt     3: .include <bsd.own.mk>
                      4:
1.60      niklas      5: SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes \
1.66      mickey      6:        biff cal calendar cap_mkdb cdio checknr chpass cksum cmp col \
1.60      niklas      7:        colcrt colrm column comm compile_et compress cpp crontab ctags cut \
1.75      millert     8:        deroff dirname du elf2olf encrypt env error expand false file file2c \
                      9:        find fgen finger fmt fold from fsplit fstat ftp gencat getconf getopt \
                     10:        gprof head hexdump id indent infocmp ipcrm ipcs join jot kdump keynote \
1.60      niklas     11:        ktrace lam last lastcomm leave less lex lndir locate lock logger \
1.65      deraadt    12:        login logname look lorder m4 mail make man mesg mg midiplay mixerctl \
1.60      niklas     13:        mkdep mkstr mktemp modstat msgs nc netstat newsyslog nfsstat nice \
1.69      jakob      14:        nohup oldrdist pagesize passwd paste patch pctr pr printenv printf \
1.77      deraadt    15:        quota radioctl rdist rdistd readlink renice rev rpcgen rpcinfo \
1.74      gluk       16:        rs rsh \
1.69      jakob      17:        rup ruptime rusers rwall rwho script sectok sed shar showmount skey \
1.76      millert    18:        skeyaudit skeyinfo skeyinit sort spell split ssh su sup systat sudo \
                     19:        tail talk tcopy tee telnet tftp tic time tip tn3270 top touch tput tr \
1.78    ! nate       20:        true tset tsort tty usbhidaction usbhidctl ul uname unexpand unifdef \
        !            21:        uniq units \
1.76      millert    22:        unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
                     23:        what whatis which who whois window write x99token xargs xinstall xlint \
                     24:        xstr yacc yes
1.24      deraadt    25:
1.67      espie      26: .if (${YP:L} == "yes")
1.24      deraadt    27: SUBDIR+=ypcat ypmatch ypwhich
                     28: .endif
1.1       deraadt    29:
1.68      pvalchev   30: # Don't use the standard tool chain on the alpha, powerpc, and hppa.
1.72      art        31: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "powerpc" && \
                     32:     ${MACHINE_ARCH} != "hppa" && ${MACHINE_ARCH} != "sparc64")
1.28      deraadt    33: SUBDIR+= ar nm ranlib size strip strings
1.15      dm         34: .endif
                     35:
1.16      deraadt    36: .if   make(clean) || make(cleandir) || make(obj)
1.36      graichen   37: SUBDIR+= elf2ecoff elf2aout
1.1       deraadt    38: .endif
                     39:
                     40: .include <bsd.subdir.mk>