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

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

1.24    ! deraadt     1: #      $OpenBSD: Makefile,v 1.23 1996/09/01 19:04:28 deraadt 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 \
                     14:        mail make man mesg mkdep mkfifo mkstr modstat msgs netstat newsyslog \
                     15:        nfsstat nice nohup oldrdist pagesize passwd paste patch pr printenv \
                     16:        printf quota rdist rdistd renice rev rlogin rpcgen rpcinfo rs \
1.1       deraadt    17:        rsh rup ruptime rusers rwall rwho \
1.12      pefo       18:        script sed shar showmount skey skeyinit soelim split \
1.3       deraadt    19:        su sup systat tail talk tcopy tee telnet tftp time \
1.1       deraadt    20:        tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \
                     21:        unifdef uniq units unvis users uudecode uuencode \
                     22:        vacation vgrind vi vis vmstat w wall wc what whatis whereis \
                     23:        which who whois window write \
1.24    ! deraadt    24:        xargs xinstall xlint xstr yacc yes
        !            25:
        !            26: .if defined(YP)
        !            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.2       deraadt    31: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
1.12      pefo       32: SUBDIR+= ar gprof nm ranlib size strip strings
1.15      dm         33: .endif
                     34:
1.16      deraadt    35: .if   make(clean) || make(cleandir) || make(obj)
1.18      dm         36: SUBDIR+= pctr
1.17      deraadt    37: .elif ${MACHINE_ARCH} == "i386"
1.18      dm         38: SUBDIR+= pctr
1.1       deraadt    39: .endif
                     40:
                     41: .include <bsd.subdir.mk>