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