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

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

1.50    ! art         1: #      $OpenBSD: Makefile,v 1.49 1998/04/27 03:35:22 mickey 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 \
                     10:        id indent \
1.20      downsj     11:        info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \
1.39      deraadt    12:        less lex lndir locate lock logger login logname look lorder m4 \
1.50    ! art        13:        machine mail make man mesg mixerctl mkdep mkfifo mkstr mktemp \
1.48      provos     14:        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.44      millert    18:        script sed shar showmount skey skeyaudit skeyinfo skeyinit soelim sort \
                     19:        split su sup systat tail talk tcopy tee telnet tftp 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.7       niklas     30: # Don't use the standard tool chain on the alpha or mips.
1.34      rahnds     31: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc")
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>