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

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

1.116   ! pirofti     1: #      $OpenBSD: Makefile,v 1.115 2010/09/22 13:01:10 deraadt 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.103     reyk        6:        basename bc bdes bgplg \
1.101     millert     7:        biff cal calendar cap_mkdb cdio checknr chpass cmp col colcrt colrm \
                      8:        column comm compile_et compress cpp crontab csplit ctags cut \
1.109     deraadt     9:        dc deroff diff diff3 dirname du encrypt env expand false file \
1.91      millert    10:        file2c find fgen finger fmt fold from fsplit fstat ftp gencat getcap \
1.98      otto       11:        getconf getent getopt gprof grep gzsig head hexdump id indent \
                     12:        infocmp ipcrm ipcs \
1.91      millert    13:        join jot kdump keynote ktrace lam last lastcomm leave less lex lndir \
1.113     schwarze   14:        locate lock logger login logname look lorder \
                     15:        m4 mail make man mandoc mesg mg \
1.115     deraadt    16:        midiplay mixerctl mkdep mklocale mkstr mktemp modstat nc netstat \
1.96      espie      17:        newsyslog \
1.114     deraadt    18:        nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr \
1.102     deraadt    19:        pkg-config pkill \
1.100     joris      20:        pmdb pr printenv printf quota radioctl ranlib rcs rdist rdistd \
                     21:        readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
1.104     ray        22:        rwho sdiff script sectok sed sendbug shar showmount skey \
1.111     deraadt    23:        skeyaudit skeyinfo skeyinit sort spell split ssh stat su systat \
1.116   ! pirofti    24:        sudo tail talk tcopy tcpbench tee telnet tftp tic time tip \
1.112     deraadt    25:        tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
                     26:        ul uname unexpand unifdef uniq units \
1.76      millert    27:        unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
1.110     deraadt    28:        what whatis which who whois write x99token xargs xinstall xlint \
1.76      millert    29:        xstr yacc yes
1.24      deraadt    30:
1.67      espie      31: .if (${YP:L} == "yes")
1.24      deraadt    32: SUBDIR+=ypcat ypmatch ypwhich
                     33: .endif
1.1       deraadt    34:
1.84      brad       35: .if (${ELF_TOOLCHAIN:L} == "no")
1.97      deraadt    36: SUBDIR+= strip strings
1.1       deraadt    37: .endif
                     38:
                     39: .include <bsd.subdir.mk>