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

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

1.97    ! deraadt     1: #      $OpenBSD: Makefile,v 1.96 2005/08/08 05:52:59 espie Exp $
1.1       deraadt     2:
1.24      deraadt     3: .include <bsd.own.mk>
                      4:
1.97    ! deraadt     5: SUBDIR= apply apropos ar 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 \
1.93      marius     11:        getconf getopt gprof grep gzsig head hexdump id indent infocmp ipcrm \
                     12:         ipcs \
1.91      millert    13:        join jot kdump keynote ktrace lam last lastcomm leave less lex lndir \
                     14:        locate lock logger login logname look lorder m4 mail make man mesg mg \
1.96      espie      15:        midiplay mixerctl mkdep mklocale mkstr mktemp modstat msgs nc netstat \
                     16:        newsyslog \
1.89      mickey     17:        nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr pkill \
1.97    ! deraadt    18:        pmdb pr printenv printf quota radioctl ranlib rdist rdistd readlink \
        !            19:        renice rev rpcgen rpcinfo rs rsh \
1.69      jakob      20:        rup ruptime rusers rwall rwho script sectok sed shar showmount skey \
1.92      otto       21:        skeyaudit skeyinfo skeyinit sort spell split ssh stat su sup systat \
                     22:        sudo tail talk tcopy tee telnet tftp tic time tip tn3270 top touch \
1.95      mickey     23:        tput tr true tset tsort tty usbhidaction usbhidctl ul uname \
1.94      jakemsr    24:        unexpand unifdef uniq units \
1.76      millert    25:        unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
                     26:        what whatis which who whois window write x99token xargs xinstall xlint \
                     27:        xstr yacc yes
1.24      deraadt    28:
1.67      espie      29: .if (${YP:L} == "yes")
1.24      deraadt    30: SUBDIR+=ypcat ypmatch ypwhich
                     31: .endif
1.1       deraadt    32:
1.84      brad       33: .if (${ELF_TOOLCHAIN:L} == "no")
1.97    ! deraadt    34: SUBDIR+= strip strings
1.15      dm         35: .endif
                     36:
1.16      deraadt    37: .if   make(clean) || make(cleandir) || make(obj)
1.36      graichen   38: SUBDIR+= elf2ecoff elf2aout
1.1       deraadt    39: .endif
                     40:
                     41: .include <bsd.subdir.mk>