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

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

1.58    ! angelos     1: #      $OpenBSD: Makefile,v 1.57 1999/04/18 19:45:18 millert 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.58    ! angelos    10:        id indent infocmp ipcrm ipcs join jot kdump keynote-keygen \
        !            11:        keynote-sign keynote-sigvery keynote-verify ktrace lam last lastcomm \
1.56      millert    12:        leave less lex lndir locate lock logger login logname look lorder m4 \
1.57      millert    13:        machine mail make man mesg midiplay mixerctl mkdep mkstr \
1.54      niklas     14:        mktemp modstat msgs nc netstat newsyslog \
1.20      downsj     15:        nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \
1.42      kstailey   16:        printf quota rdist rdistd readlink renice rev rlogin rpcgen rpcinfo rs \
1.1       deraadt    17:        rsh rup ruptime rusers rwall rwho \
1.53      millert    18:        script sed shar showmount skey skeyaudit skeyinfo skeyinit sort \
1.52      millert    19:        split su sup systat tail talk tcopy tee telnet tftp tic time \
1.46      downsj     20:        tip tn3270 top touch tput tr true tset tsort tty ul uname unexpand \
1.1       deraadt    21:        unifdef uniq units unvis users uudecode uuencode \
1.45      downsj     22:        vacation vgrind vi vis vmstat w wall wc what whatis \
1.1       deraadt    23:        which who whois window write \
1.43      kstailey   24:        xargs xinstall xlint xstr yacc yes
1.24      deraadt    25:
1.41      millert    26: .if (${YP} == "yes")
1.24      deraadt    27: SUBDIR+=ypcat ypmatch ypwhich
                     28: .endif
1.1       deraadt    29:
1.51      mickey     30: # Don't use the standard tool chain on the alpha, mips, powerpc, and hppa.
                     31: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "hppa")
1.28      deraadt    32: SUBDIR+= ar nm ranlib size strip strings
1.15      dm         33: .endif
                     34:
1.16      deraadt    35: .if   make(clean) || make(cleandir) || make(obj)
1.36      graichen   36: SUBDIR+= pctr elf2ecoff elf2aout
1.17      deraadt    37: .elif ${MACHINE_ARCH} == "i386"
1.18      dm         38: SUBDIR+= pctr
1.27      pefo       39: .elif ${MACHINE_ARCH} == "mips"
1.36      graichen   40: SUBDIR+= elf2ecoff elf2aout
1.1       deraadt    41: .endif
                     42:
                     43: .include <bsd.subdir.mk>