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

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

1.28    ! deraadt     1: #      $OpenBSD: Makefile,v 1.27 1996/10/02 21:52:31 pefo 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.11      tholo       7: SUBDIR=        apply apropos arch asa at awk banner basename bdes biff cal calendar \
1.21      downsj      8:        cap_mkdb cdio checknr chflags chpass cksum cmp col colcrt colrm \
                      9:        column comm compress cpp crontab ctags cut dirname du encrypt \
1.23      deraadt    10:        env error expand false file file2c find finger fmt fold from \
1.20      downsj     11:        fsplit fstat ftp gencat getconf getopt head hexdump id indent \
                     12:        info_mkdb ipcrm ipcs join jot kdump ktrace lam last lastcomm leave \
                     13:        less lex lndir locate lock logger login logname look lorder m4 machine \
1.25      deraadt    14:        mail make man mesg mkdep mkfifo mkstr modstat msgs nc \
                     15:        netstat newsyslog \
1.20      downsj     16:        nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \
                     17:        printf quota rdist rdistd renice rev rlogin rpcgen rpcinfo rs \
1.1       deraadt    18:        rsh rup ruptime rusers rwall rwho \
1.12      pefo       19:        script sed shar showmount skey skeyinit soelim split \
1.3       deraadt    20:        su sup systat tail talk tcopy tee telnet tftp time \
1.1       deraadt    21:        tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \
                     22:        unifdef uniq units unvis users uudecode uuencode \
1.26      downsj     23:        vacation vgrind vi vim vis vmstat w wall wc what whatis whereis \
1.1       deraadt    24:        which who whois window write \
1.28    ! deraadt    25:        xargs xinstall xlint xstr yacc yes \
        !            26:        gprof
1.24      deraadt    27:
                     28: .if defined(YP)
                     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.2       deraadt    33: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
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.27      pefo       38: SUBDIR+= pctr elf2ecoff
1.17      deraadt    39: .elif ${MACHINE_ARCH} == "i386"
1.18      dm         40: SUBDIR+= pctr
1.27      pefo       41: .elif ${MACHINE_ARCH} == "mips"
                     42: SUBDIR+= elf2ecoff
1.1       deraadt    43: .endif
                     44:
                     45: .include <bsd.subdir.mk>