1 # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 2 # $Id: Makefile,v 1.48 1995/04/24 07:38:09 cgd Exp $ 3 4 SUBDIR= apply apropos asa at biff basename cal calendar cap_mkdb \ 5 checknr chflags chpass cksum cmp col colcrt colrm column comm \ 6 compress crontab ctags cut dirname du \ 7 env error expand false file find finger fmt fold fpr from \ 8 fsplit fstat ftp gencat getconf getopt head hexdump id indent \ 9 ipcrm ipcs join jot kdump ktrace lam last lastcomm leave lex locate \ 10 lock logger login logname look lorder m4 machine mail make man mesg \ 11 mkdep mkfifo mkstr modstat more msgs netstat newsyslog nfsstat nice \ 12 nohup pagesize passwd paste patch pr printenv printf quota ranlib \ 13 rdist renice rev rlogin rpcgen rpcinfo \ 14 rsh rup ruptime rusers rwall rwho \ 15 script sed shar showmount skey skeyinit soelim split strings \ 16 su systat tail talk tcopy tee telnet tftp time \ 17 tip tn3270 touch tput tr true tset tsort tty ul uname unexpand \ 18 unifdef uniq units unvis users uudecode uuencode \ 19 vacation vgrind vi vis vmstat w wall wc what whatis whereis \ 20 which who whois window write \ 21 xargs xinstall xstr yacc yes ypcat ypmatch ypwhich 22 23 # Don't use the standard tool chain on the alpha. 24 .if (${MACHINE_ARCH} != "alpha" 25 SUBDIR+= ar gprof nm ranlib size strip 26 .endif 27 28 .include <bsd.subdir.mk> 29