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

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

1.62    ! millert     1: #      $OpenBSD: Makefile,v 1.61 1999/09/28 07:34:32 deraadt 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 \
                      6:        biff cal calendar cap_mkdb cdio checknr chflags chpass cksum cmp col \
                      7:        colcrt colrm column comm compile_et compress cpp crontab ctags cut \
                      8:        dirname du elf2olf encrypt env error expand false file file2c find \
                      9:        finger fmt fold from fsplit fstat ftp gencat getconf getopt gprof \
                     10:        head hexdump id indent infocmp ipcrm ipcs join jot kdump keynote \
                     11:        ktrace lam last lastcomm leave less lex lndir locate lock logger \
                     12:        login logname look lorder m4 mail make man mesg midiplay mixerctl \
                     13:        mkdep mkstr mktemp modstat msgs nc netstat newsyslog nfsstat nice \
                     14:        nohup oldrdist pagesize passwd paste patch pr printenv printf quota \
                     15:        rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs rsh rup \
                     16:        ruptime rusers rwall rwho script sed shar showmount skey skeyaudit \
1.62    ! millert    17:        skeyinfo skeyinit sort split ssh su sup systat sudo tail talk tcopy \
        !            18:        tee telnet tftp tic time tip tn3270 top touch tput tr true tset tsort \
1.61      deraadt    19:        tty ul uname unexpand unifdef uniq units unvis users uudecode \
                     20:        uuencode vacation vgrind vi vis vmstat w wall wc what whatis which \
                     21:        who whois window write xargs xinstall xlint xstr yacc yes
1.24      deraadt    22:
1.41      millert    23: .if (${YP} == "yes")
1.24      deraadt    24: SUBDIR+=ypcat ypmatch ypwhich
                     25: .endif
1.1       deraadt    26:
1.51      mickey     27: # Don't use the standard tool chain on the alpha, mips, powerpc, and hppa.
                     28: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "hppa")
1.28      deraadt    29: SUBDIR+= ar nm ranlib size strip strings
1.15      dm         30: .endif
                     31:
1.16      deraadt    32: .if   make(clean) || make(cleandir) || make(obj)
1.36      graichen   33: SUBDIR+= pctr elf2ecoff elf2aout
1.17      deraadt    34: .elif ${MACHINE_ARCH} == "i386"
1.18      dm         35: SUBDIR+= pctr
1.27      pefo       36: .elif ${MACHINE_ARCH} == "mips"
1.36      graichen   37: SUBDIR+= elf2ecoff elf2aout
1.1       deraadt    38: .endif
                     39:
                     40: .include <bsd.subdir.mk>