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

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

1.128   ! nicm        1: #      $OpenBSD: Makefile,v 1.127 2013/03/09 19:27:48 nicm Exp $
1.1       deraadt     2:
1.24      deraadt     3: .include <bsd.own.mk>
                      4:
1.121     schwarze    5: SUBDIR= apply apropos ar arch asa asn1_compile at aucat audioctl awk banner \
1.103     reyk        6:        basename bc bdes bgplg \
1.119     millert     7:        biff cal calendar cap_mkdb cdio chpass cmp col colrm \
1.127     nicm        8:        column comm compile_et compress cpp crontab csplit ctags cu 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.124     espie      13:        join jot kdump keynote ktrace lam last lastcomm leave less lex \
                     14:        libtool lndir \
1.113     schwarze   15:        locate lock logger login logname look lorder \
                     16:        m4 mail make man mandoc mesg mg \
1.115     deraadt    17:        midiplay mixerctl mkdep mklocale mkstr mktemp modstat nc netstat \
1.96      espie      18:        newsyslog \
1.114     deraadt    19:        nfsstat nice nm nohup oldrdist pagesize passwd paste patch pctr \
1.102     deraadt    20:        pkg-config pkill \
1.125     kettenis   21:        pr printenv printf quota radioctl ranlib rcs rdist rdistd \
1.100     joris      22:        readlink renice rev rpcgen rpcinfo rs rsh rup ruptime rusers rwall \
1.117     djm        23:        rwho sdiff script sed sendbug shar showmount skey \
1.126     ratchov    24:        skeyaudit skeyinfo skeyinit sndiod \
                     25:        sort spell split sqlite3 ssh stat su systat \
1.128   ! nicm       26:        sudo tail talk tcopy tcpbench tee telnet tftp tic tip time \
1.112     deraadt    27:        tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
                     28:        ul uname unexpand unifdef uniq units \
1.118     deraadt    29:        unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
1.122     jsg        30:        what whatis which who whois write x99token xargs xinstall \
1.76      millert    31:        xstr yacc yes
1.24      deraadt    32:
1.67      espie      33: .if (${YP:L} == "yes")
1.24      deraadt    34: SUBDIR+=ypcat ypmatch ypwhich
                     35: .endif
1.1       deraadt    36:
1.84      brad       37: .if (${ELF_TOOLCHAIN:L} == "no")
1.97      deraadt    38: SUBDIR+= strip strings
1.1       deraadt    39: .endif
                     40:
                     41: .include <bsd.subdir.mk>