19b50d902SRodney W. Grimes# @(#)Makefile 8.3 (Berkeley) 1/7/94 29b50d902SRodney W. Grimes 31544f99bSRodney W. Grimes# XXX MISSING: at bc dc deroff diction diff ex graph learn plot 41544f99bSRodney W. Grimes# ptx spell spline struct units xsend 51544f99bSRodney W. Grimes# XXX MISSING SOURCES: file grep sort 61544f99bSRodney W. Grimes# XXX MISSING Makefile: uucp 7b57afed2SRodney W. Grimes# XXX Use GNU versions: ld man 81544f99bSRodney W. GrimesSUBDIR= apply apropos ar banner basename bdes biff cal calendar \ 99b50d902SRodney W. Grimes cap_mkdb checknr chflags chpass cksum col colcrt colrm column \ 101544f99bSRodney W. Grimes comm compress cpp ctags cut dirname du \ 111544f99bSRodney W. Grimes env error expand false find finger fmt fold fpr from \ 121544f99bSRodney W. Grimes fsplit fstat ftp gcore gprof head hexdump id indent \ 131544f99bSRodney W. Grimes join jot kdump ktrace lam last lastcomm leave locate \ 14b57afed2SRodney W. Grimes lock logger login logname lorder m4 mail make mesg mkdep \ 159b50d902SRodney W. Grimes mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \ 161544f99bSRodney W. Grimes pagesize passwd paste patch pr printenv printf quota \ 17b35bdc40SGarrett Wollman ranlib rdist renice rev rlogin rs rsh ruptime rwho \ 181544f99bSRodney W. Grimes script sed shar showmount size soelim split \ 191544f99bSRodney W. Grimes strings strip su talk tcopy tee telnet tftp time tip \ 209b50d902SRodney W. Grimes tn3270 touch tput tr true tset tsort tty ul uname unexpand \ 211544f99bSRodney W. Grimes unifdef uniq unvis users uudecode uuencode vacation \ 229b50d902SRodney W. Grimes vgrind vis w wall wc what whatis whereis who whois window write \ 231544f99bSRodney W. Grimes xargs xinstall xstr yacc yes 249b50d902SRodney W. Grimes 259b50d902SRodney W. Grimes# Cmp, look and tail all use mmap, so new-VM only. 269b50d902SRodney W. Grimes# F77 and pascal are VAX/Tahoe only. 279b50d902SRodney W. Grimes.if ${MACHINE} == "hp300" 289b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat 299b50d902SRodney W. Grimes.elif ${MACHINE} == "i386" 301544f99bSRodney W. GrimesSUBDIR+=cmp look systat tail vmstat 311544f99bSRodney W. Grimes# XXX Use gnu/usr.bin/ld for now 329b50d902SRodney W. Grimes.elif ${MACHINE} == "luna68k" 339b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat 349b50d902SRodney W. Grimes.elif ${MACHINE} == "mips" 359b50d902SRodney W. GrimesSUBDIR+=cmp look systat tail vmstat 369b50d902SRodney W. Grimes.elif ${MACHINE} == "sparc" 379b50d902SRodney W. GrimesSUBDIR+=cmp ld look tail vmstat.sparc 389b50d902SRodney W. Grimes.elif ${MACHINE} == "tahoe" 399b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat 409b50d902SRodney W. Grimes.elif ${MACHINE} == "vax" 419b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat 429b50d902SRodney W. Grimes.endif 439b50d902SRodney W. Grimes 449b50d902SRodney W. Grimes.include <bsd.subdir.mk> 45