4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / usr.bin / Makefile
CommitLineData
9d07d0e6 1# @(#)Makefile 5.28 (Berkeley) %G%
a4f77f19 2
ef99d744 3SUBDIR= apply ar at banner basename bc bdes biff cal calendar cap_mkdb \
2c1cea6d
KB
4 checknr chflags chpass cksum col colcrt colrm column comm \
5 compress cpp ctags cut dc deroff diction diff dirname du env \
6 error ex expand false file find finger fmt fold fpr from fsplit \
7 fstat ftp gcore gprof graph grep head hexdump id indent join \
8 jot kdump ktrace lam last lastcomm learn leave lex locate lock \
9 logger login logname lorder m4 mail make man mesg mkdep mkfifo \
9d07d0e6
KB
10 mklocale mkstr more msgs mt netstat nfsstat nice nm nohup nvi \
11 pagesize passwd paste plot pr printenv printf ptx quota ranlib \
12 ratfor rdist renice rev rlogin rs rsh ruptime rwho sccs script \
13 sed shar showmount size soelim sort spell spline split strings \
14 strip struct su talk tcopy tee telnet tftp time tip tn3270 touch \
15 tput tr true tset tsort tty ul uname unexpand unifdef uniq units \
2c1cea6d
KB
16 unvis users uucp uudecode uuencode vacation vgrind vis w wall \
17 wc what whereis who whois window write xargs xinstall xsend xstr \
18 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"
4e1fc16d 33SUBDIR+=pascal
cb09af87 34.elif ${MACHINE} == "vax"
4e1fc16d 35SUBDIR+=gas pascal
d0bb319a 36.endif
a4f77f19 37
2f33aea7 38.include <bsd.subdir.mk>