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

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

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