1# @(#)Makefile 5.3 (Berkeley) 06/25/90 2 3# not working: tn3270, uucp 4# need conversion: tn3270 5 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 27 28.include <bsd.subdir.mk> 29