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

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

1.91    ! millert     1: #      $OpenBSD: Makefile,v 1.90 2004/05/02 17:55:09 millert Exp $
1.1       deraadt     2:
1.24      deraadt     3: .include <bsd.own.mk>
                      4:
1.80      hin         5: SUBDIR= apply apropos arch asa asn1_compile at aucat audioctl awk banner \
1.86      otto        6:        basename bc bdes \
1.90      millert     7:        biff cal calendar cap_mkdb cdio checknr chpass cmp col \
1.60      niklas      8:        colcrt colrm column comm compile_et compress cpp crontab ctags cut \
1.86      otto        9:        dc deroff diff diff3 dirname du elf2olf encrypt env expand false file \
1.91    ! millert    10:        file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \
        !            11:        getconf getopt gprof grep head hexdump id indent infocmp ipcrm ipcs \
        !            12:        join jot kdump keynote ktrace lam last lastcomm leave less lex lndir \
        !            13:        locate lock logger login logname look lorder m4 mail make man mesg mg \
1.85      deraadt    14:        midiplay mixerctl mkdep mkstr mktemp modstat msgs nc netstat newsyslog \
1.89      mickey     15:        nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr pkill \
1.88      millert    16:        pmdb pr printenv printf quota radioctl rdist rdistd readlink renice \
                     17:        rev rpcgen rpcinfo rs rsh \
1.69      jakob      18:        rup ruptime rusers rwall rwho script sectok sed shar showmount skey \
1.76      millert    19:        skeyaudit skeyinfo skeyinit sort spell split ssh su sup systat sudo \
                     20:        tail talk tcopy tee telnet tftp tic time tip tn3270 top touch tput tr \
1.78      nate       21:        true tset tsort tty usbhidaction usbhidctl ul uname unexpand unifdef \
                     22:        uniq units \
1.76      millert    23:        unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
                     24:        what whatis which who whois window write x99token xargs xinstall xlint \
                     25:        xstr yacc yes
1.24      deraadt    26:
1.67      espie      27: .if (${YP:L} == "yes")
1.24      deraadt    28: SUBDIR+=ypcat ypmatch ypwhich
                     29: .endif
1.1       deraadt    30:
1.84      brad       31: .if (${ELF_TOOLCHAIN:L} == "no")
1.89      mickey     32: SUBDIR+= ar ranlib 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>