date and time created 90/06/25 17:25:48 by bostic
[unix-history] / usr / src / usr.bin / Makefile
CommitLineData
d0bb319a 1# @(#)Makefile 5.3 (Berkeley) %G%
a4f77f19 2
d0bb319a
KB
3# not working: tn3270, uucp
4# need conversion: tn3270
a4f77f19 5
d0bb319a
KB
6SUBDIR= apply at awk banner basename bc biff cal calendar checknr chpass \
7 cmp col colcrt colrm column comm compress cpio cut dc deroff des \
8 diction diff dirname du env eqn ex expand false file find finger \
9 fmt fold from fstat ftp graph grep groups head hexdump join ktrace \
10 last lastcomm learn leave ln locate lock logger login look machine \
11 mail make man mesg mkfifo more msgs mt netstat nfsstat nice nohup \
12 pagesize passwd paste plot pr printenv printf ptx quota \
13 rdist refer renice rlogin roff rsh ruptime rwho sccs script sed \
14 shar showmount soelim sort spell spline split su sum sysline \
15 tail talk tbl tcopy tee tftp time tip touch tput tr true \
16 tset tty ul unexpand uniq units unvis users uudecode uuencode \
17 vacation vis vmstat w wall wc what whereis which who whoami whois \
18 window write xargs xsend yes
19
20.if make(clean) || make(cleandir)
21SUBDIR+=systat
22.elif ${MACHINE} == "tahoe"
23SUBDIR+=systat
24.elif ${MACHINE} == "vax"
25SUBDIR+=systat
26.endif
a4f77f19 27
2f33aea7 28.include <bsd.subdir.mk>