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

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

1.158   ! ratchov     1: #      $OpenBSD: Makefile,v 1.157 2018/06/19 14:01:16 reyk 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.153     tedu       10:        dc deroff diff diff3 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.157     reyk       14:        join jot kdump keynote ktrace lam last lastcomm ldap leave less lex \
1.124     espie      15:        libtool lndir \
1.130     ajacouto   16:        locale locate lock logger login logname look lorder \
1.150     schwarze   17:        m4 mail make mandoc mesg mg \
1.158   ! ratchov    18:        mixerctl mkdep mklocale mktemp nc netstat \
1.96      espie      19:        newsyslog \
1.146     jsing      20:        nfsstat nice nm nl nohup openssl pagesize passwd paste patch pctr \
1.102     deraadt    21:        pkg-config pkill \
1.132     miod       22:        pr printenv printf quota radioctl rcs rdist rdistd \
1.141     tedu       23:        readlink renice rev rpcgen rpcinfo rs rup rusers rwall \
                     24:        sdiff script sed sendbug shar showmount signify skey \
1.126     ratchov    25:        skeyaudit skeyinfo skeyinit sndiod \
1.154     sthen      26:        sort spell split ssh stat su systat \
1.152     millert    27:        tail talk tcpbench tee telnet tftp tic time \
1.112     deraadt    28:        tmux top touch tput tr true tset tsort tty usbhidaction usbhidctl \
                     29:        ul uname unexpand unifdef uniq units \
1.118     deraadt    30:        unvis users uudecode uuencode vacation vi vis vmstat w wall wc \
1.138     schwarze   31:        what which who whois write x99token xargs xinstall \
1.143     tedu       32:        yacc yes
1.24      deraadt    33:
1.67      espie      34: .if (${YP:L} == "yes")
1.24      deraadt    35: SUBDIR+=ypcat ypmatch ypwhich
1.1       deraadt    36: .endif
                     37:
                     38: .include <bsd.subdir.mk>