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

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

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