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

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

1.16    ! deraadt     1: #      $OpenBSD: Makefile,v 1.15 1996/08/08 18:46:58 dm 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.11      tholo       5: SUBDIR=        apply apropos arch asa at awk banner basename bdes biff cal calendar \
1.10      tholo       6:        cap_mkdb checknr chflags chpass cksum cmp col colcrt colrm column \
1.14      downsj      7:        comm compress cpp crontab ctags cut dirname du encrypt \
1.9       downsj      8:        env error expand false file find finger fmt fold fpr from \
1.13      tholo       9:        fsplit fstat ftp gencat getconf getopt head hexdump id indent info_mkdb \
1.7       niklas     10:        ipcrm ipcs join jot kdump ktrace lam last lastcomm leave less lex \
                     11:        locate lock logger login logname look lorder m4 machine mail make man \
                     12:        mesg mkdep mkfifo mkstr modstat msgs netstat newsyslog nfsstat nice \
1.6       dm         13:        nohup oldrdist pagesize passwd paste patch pr printenv printf quota \
                     14:        rdist rdistd renice rev rlogin rpcgen rpcinfo rs \
1.1       deraadt    15:        rsh rup ruptime rusers rwall rwho \
1.12      pefo       16:        script sed shar showmount skey skeyinit soelim split \
1.3       deraadt    17:        su sup systat tail talk tcopy tee telnet tftp time \
1.1       deraadt    18:        tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \
                     19:        unifdef uniq units unvis users uudecode uuencode \
                     20:        vacation vgrind vi vis vmstat w wall wc what whatis whereis \
                     21:        which who whois window write \
                     22:        xargs xinstall xlint xstr yacc yes ypcat ypmatch ypwhich
                     23:
1.7       niklas     24: # Don't use the standard tool chain on the alpha or mips.
1.2       deraadt    25: .if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips")
1.12      pefo       26: SUBDIR+= ar gprof nm ranlib size strip strings
1.15      dm         27: .endif
                     28:
1.16    ! deraadt    29: .if   make(clean) || make(cleandir) || make(obj)
        !            30: SUBDIR+= pctrctl
1.15      dm         31: .if ${MACHINE_ARCH} == "i386"
                     32: SUBDIR+= pctrctl
1.1       deraadt    33: .endif
                     34:
                     35: .include <bsd.subdir.mk>