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

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

1.94    ! jakemsr     1: #      $OpenBSD: Makefile,v 1.93 2005/05/28 04:43:18 marius 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 \
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.85      deraadt    15:        midiplay mixerctl mkdep mkstr mktemp modstat msgs nc netstat newsyslog \
1.89      mickey     16:        nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr pkill \
1.88      millert    17:        pmdb pr printenv printf quota radioctl rdist rdistd readlink renice \
                     18:        rev rpcgen rpcinfo rs rsh \
1.69      jakob      19:        rup ruptime rusers rwall rwho script sectok sed shar showmount skey \
1.92      otto       20:        skeyaudit skeyinfo skeyinit sort spell split ssh stat su sup systat \
                     21:        sudo tail talk tcopy tee telnet tftp tic time tip tn3270 top touch \
1.94    ! jakemsr    22:        tput tr true tset tsort tty tunerctl usbhidaction usbhidctl ul uname \
        !            23:        unexpand unifdef uniq units \
1.76      millert    24:        unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
                     25:        what whatis which who whois window write x99token xargs xinstall xlint \
                     26:        xstr yacc yes
1.24      deraadt    27:
1.67      espie      28: .if (${YP:L} == "yes")
1.24      deraadt    29: SUBDIR+=ypcat ypmatch ypwhich
                     30: .endif
1.1       deraadt    31:
1.84      brad       32: .if (${ELF_TOOLCHAIN:L} == "no")
1.89      mickey     33: SUBDIR+= ar ranlib 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>