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

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

1.79    ! art         1: #      $OpenBSD: Makefile,v 1.78 2002/05/10 00:10:26 nate Exp $
1.1       deraadt     2:
1.24      deraadt     3: .include <bsd.own.mk>
                      4:
1.60      niklas      5: SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes \
1.66      mickey      6:        biff cal calendar cap_mkdb cdio checknr chpass cksum cmp col \
1.60      niklas      7:        colcrt colrm column comm compile_et compress cpp crontab ctags cut \
1.75      millert     8:        deroff dirname du elf2olf encrypt env error expand false file file2c \
                      9:        find fgen finger fmt fold from fsplit fstat ftp gencat getconf getopt \
                     10:        gprof head hexdump id indent infocmp ipcrm ipcs join jot kdump keynote \
1.60      niklas     11:        ktrace lam last lastcomm leave less lex lndir locate lock logger \
1.65      deraadt    12:        login logname look lorder m4 mail make man mesg mg midiplay mixerctl \
1.60      niklas     13:        mkdep mkstr mktemp modstat msgs nc netstat newsyslog nfsstat nice \
1.69      jakob      14:        nohup oldrdist pagesize passwd paste patch pctr pr printenv printf \
1.77      deraadt    15:        quota radioctl rdist rdistd readlink renice rev rpcgen rpcinfo \
1.74      gluk       16:        rs rsh \
1.69      jakob      17:        rup ruptime rusers rwall rwho script sectok sed shar showmount skey \
1.76      millert    18:        skeyaudit skeyinfo skeyinit sort spell split ssh su sup systat sudo \
                     19:        tail talk tcopy tee telnet tftp tic time tip tn3270 top touch tput tr \
1.78      nate       20:        true tset tsort tty usbhidaction usbhidctl ul uname unexpand unifdef \
                     21:        uniq units \
1.76      millert    22:        unvis users uudecode uuencode vacation vgrind vi vis vmstat w wall wc \
                     23:        what whatis which who whois window write x99token xargs xinstall xlint \
                     24:        xstr yacc yes
1.24      deraadt    25:
1.67      espie      26: .if (${YP:L} == "yes")
1.24      deraadt    27: SUBDIR+=ypcat ypmatch ypwhich
                     28: .endif
1.1       deraadt    29:
1.79    ! art        30: .if (${ELF_TOOLCHAIN} != "yes")
1.28      deraadt    31: SUBDIR+= ar nm ranlib size strip strings
1.15      dm         32: .endif
                     33:
1.16      deraadt    34: .if   make(clean) || make(cleandir) || make(obj)
1.36      graichen   35: SUBDIR+= elf2ecoff elf2aout
1.1       deraadt    36: .endif
                     37:
                     38: .include <bsd.subdir.mk>