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