BSD 4_4_Lite1 release
[unix-history] / usr / src / usr.bin / Makefile
CommitLineData
ed554bc5 1# @(#)Makefile 8.3 (Berkeley) 1/7/94
a4f77f19 2
0bd097bc
KB
3SUBDIR= apply apropos ar at banner basename bc bdes biff cal calendar \
4 cap_mkdb checknr chflags chpass cksum col colcrt colrm column \
5 comm compress cpp ctags cut dc deroff diction diff dirname du \
6 env error ex expand false file find finger fmt fold fpr from \
7 fsplit fstat ftp gcore gprof graph grep head hexdump id indent \
9ed75de2 8 join jot kdump ktrace lam last lastcomm learn leave locate \
0bd097bc
KB
9 lock logger login logname lorder m4 mail make man mesg mkdep \
10 mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \
cc894f75 11 pagesize passwd paste patch plot pr printenv printf ptx quota \
4bbed606 12 ranlib rdist renice rev rlogin rs rsh ruptime rwho sccs \
0bd097bc
KB
13 script sed shar showmount size soelim sort spell spline split \
14 strings strip struct su talk tcopy tee telnet tftp time tip \
15 tn3270 touch tput tr true tset tsort tty ul uname unexpand \
16 unifdef uniq units unvis users uucp uudecode uuencode vacation \
17 vgrind vis w wall wc what whatis whereis who whois window write \
18 xargs xinstall xsend xstr yacc yes
d0bb319a 19
a854697f
MT
20# Cmp, look and tail all use mmap, so new-VM only.
21# F77 and pascal are VAX/Tahoe only.
cb09af87 22.if ${MACHINE} == "hp300"
2c1cea6d 23SUBDIR+=cmp ld look systat tail vmstat
cb09af87 24.elif ${MACHINE} == "i386"
2c1cea6d 25SUBDIR+=cmp ld look systat tail vmstat
115744a2 26.elif ${MACHINE} == "luna68k"
2c1cea6d 27SUBDIR+=cmp ld look systat tail vmstat
cc4a6537 28.elif ${MACHINE} == "mips"
2c1cea6d 29SUBDIR+=cmp look systat tail vmstat
bc14de91 30.elif ${MACHINE} == "sparc"
2c1cea6d 31SUBDIR+=cmp ld look tail vmstat.sparc
cb09af87 32.elif ${MACHINE} == "tahoe"
ad787160 33SUBDIR+=f77 pascal systat vmstat
cb09af87 34.elif ${MACHINE} == "vax"
ad787160 35SUBDIR+=f77 pascal systat vmstat
d0bb319a 36.endif
a4f77f19 37
2f33aea7 38.include <bsd.subdir.mk>