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

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

1.111   ! deraadt     1: #      $OpenBSD: Makefile,v 1.110 2009/06/01 16:57:24 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 \
                     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.106     deraadt    17:        nfsstat nice nm nohup oldrdist cvs pagesize passwd paste patch pctr \
1.102     deraadt    18:        pkg-config pkill \
1.100     joris      19:        pmdb pr printenv printf quota radioctl ranlib rcs rdist rdistd \
                     20:        readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
1.104     ray        21:        rwho sdiff script sectok sed sendbug shar showmount skey \
1.111   ! deraadt    22:        skeyaudit skeyinfo skeyinit sort spell split ssh stat su systat \
1.107     deraadt    23:        sudo tail talk tcopy tcpbench tee telnet tftp tic time tip tn3270 \
                     24:        top touch tput tr true tset tsort tty usbhidaction usbhidctl ul uname \
1.94      jakemsr    25:        unexpand unifdef uniq units \
1.76      millert    26:        unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
1.110     deraadt    27:        what whatis which who whois write x99token xargs xinstall xlint \
1.76      millert    28:        xstr yacc yes
1.24      deraadt    29:
1.67      espie      30: .if (${YP:L} == "yes")
1.24      deraadt    31: SUBDIR+=ypcat ypmatch ypwhich
                     32: .endif
1.1       deraadt    33:
1.84      brad       34: .if (${ELF_TOOLCHAIN:L} == "no")
1.97      deraadt    35: SUBDIR+= strip strings
1.1       deraadt    36: .endif
                     37:
                     38: .include <bsd.subdir.mk>