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

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

1.76    ! millert     1: #      $OpenBSD: Makefile,v 1.75 2002/02/28 06:58:21 millert 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.74      gluk       15:        quota radioctl rdist rdistd readlink renice rev rlogin rpcgen rpcinfo \
                     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 \
        !            20:        true tset tsort tty usbhidctl ul uname unexpand unifdef uniq units \
        !            21:        unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
        !            22:        what whatis which who whois window write x99token xargs xinstall xlint \
        !            23:        xstr yacc yes
1.24      deraadt    24:
1.67      espie      25: .if (${YP:L} == "yes")
1.24      deraadt    26: SUBDIR+=ypcat ypmatch ypwhich
                     27: .endif
1.1       deraadt    28:
1.68      pvalchev   29: # Don't use the standard tool chain on the alpha, powerpc, and hppa.
1.72      art        30: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "powerpc" && \
                     31:     ${MACHINE_ARCH} != "hppa" && ${MACHINE_ARCH} != "sparc64")
1.28      deraadt    32: SUBDIR+= ar nm ranlib size strip strings
1.15      dm         33: .endif
                     34:
1.16      deraadt    35: .if   make(clean) || make(cleandir) || make(obj)
1.36      graichen   36: SUBDIR+= elf2ecoff elf2aout
1.1       deraadt    37: .endif
                     38:
                     39: .include <bsd.subdir.mk>