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

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

1.167   ! dlg         1: #      $OpenBSD: Makefile,v 1.166 2022/02/22 15:15:34 millert Exp $
1.1       deraadt     2:
1.24      deraadt     3: .include <bsd.own.mk>
                      4:
1.142     tedu        5: SUBDIR= apply arch at aucat audioctl awk banner \
1.139     okan        6:        basename bc bgplg \
1.119     millert     7:        biff cal calendar cap_mkdb cdio chpass cmp col colrm \
1.156     mpi         8:        column comm compress cpp crontab csplit ctags ctfconv ctfdump \
                      9:        cu cut cvs \
1.162     florian    10:        dc deroff diff diff3 dig dirname doas du encrypt env expand false file \
1.145     tedu       11:        find fgen finger fmt fold from fstat ftp gencat getcap \
1.147     tedu       12:        getconf getent getopt gprof grep head hexdump htpasswd id indent \
1.98      otto       13:        infocmp ipcrm ipcs \
1.167   ! dlg        14:        join jot kdump keynote kstat ktrace \
        !            15:        lam last lastcomm ldap leave less lex \
1.124     espie      16:        libtool lndir \
1.130     ajacouto   17:        locale locate lock logger login logname look lorder \
1.150     schwarze   18:        m4 mail make mandoc mesg mg \
1.159     ratchov    19:        midicat mixerctl mkdep mklocale mktemp nc netstat \
1.96      espie      20:        newsyslog \
1.146     jsing      21:        nfsstat nice nm nl nohup openssl pagesize passwd paste patch pctr \
1.102     deraadt    22:        pkg-config pkill \
1.132     miod       23:        pr printenv printf quota radioctl rcs rdist rdistd \
1.165     kn         24:        readlink realpath renice rev rpcgen rpcinfo rs rsync rup rusers rwall \
1.166     millert    25:        sdiff seq script sed sendbug shar showmount signify skey \
1.163     ratchov    26:        skeyaudit skeyinfo skeyinit sndioctl sndiod snmp \
1.154     sthen      27:        sort spell split ssh stat su systat \
1.164     job        28:        tail talk tcpbench tee telnet tftp tic time timeout \
1.112     deraadt    29:        tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
                     30:        ul uname unexpand unifdef uniq units \
1.118     deraadt    31:        unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
1.138     schwarze   32:        what which who whois write x99token xargs xinstall \
1.143     tedu       33:        yacc yes
1.24      deraadt    34:
1.67      espie      35: .if (${YP:L} == "yes")
1.24      deraadt    36: SUBDIR+=ypcat ypmatch ypwhich
1.1       deraadt    37: .endif
                     38:
                     39: .include <bsd.subdir.mk>