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 7ba053ca0SGarrett Wollman# XXX Use GNU versions: ld man apropos whatis patch 873407b34SGarrett Wollman# Moved to secure: bdes 973407b34SGarrett Wollman# 1073407b34SGarrett WollmanSUBDIR= apply ar banner basename biff cal calendar \ 119b50d902SRodney W. Grimes cap_mkdb checknr chflags chpass cksum col colcrt colrm column \ 121544f99bSRodney W. Grimes comm compress cpp ctags cut dirname du \ 131544f99bSRodney W. Grimes env error expand false find finger fmt fold fpr from \ 141544f99bSRodney W. Grimes fsplit fstat ftp gcore gprof head hexdump id indent \ 151544f99bSRodney W. Grimes join jot kdump ktrace lam last lastcomm leave locate \ 16b57afed2SRodney W. Grimes lock logger login logname lorder m4 mail make mesg mkdep \ 179b50d902SRodney W. Grimes mkfifo mklocale mkstr more msgs mt netstat nfsstat nice nm nohup \ 18ba053ca0SGarrett Wollman pagesize passwd paste pr printenv printf quota \ 19b35bdc40SGarrett Wollman ranlib rdist renice rev rlogin rs rsh ruptime rwho \ 201544f99bSRodney W. Grimes script sed shar showmount size soelim split \ 211544f99bSRodney W. Grimes strings strip su talk tcopy tee telnet tftp time tip \ 229b50d902SRodney W. Grimes tn3270 touch tput tr true tset tsort tty ul uname unexpand \ 231544f99bSRodney W. Grimes unifdef uniq unvis users uudecode uuencode vacation \ 2430a54df5SGarrett Wollman vgrind vis w wall wc what whereis who whois window write \ 2573407b34SGarrett Wollman xargs xinstall xstr yacc yes ypcat ypmatch ypwhich 269b50d902SRodney W. Grimes 279b50d902SRodney W. Grimes# Cmp, look and tail all use mmap, so new-VM only. 289b50d902SRodney W. Grimes# F77 and pascal are VAX/Tahoe only. 299b50d902SRodney W. Grimes.if ${MACHINE} == "hp300" 309b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat 319b50d902SRodney W. Grimes.elif ${MACHINE} == "i386" 321544f99bSRodney W. GrimesSUBDIR+=cmp look systat tail vmstat 331544f99bSRodney W. Grimes# XXX Use gnu/usr.bin/ld for now 349b50d902SRodney W. Grimes.elif ${MACHINE} == "luna68k" 359b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat 369b50d902SRodney W. Grimes.elif ${MACHINE} == "mips" 379b50d902SRodney W. GrimesSUBDIR+=cmp look systat tail vmstat 389b50d902SRodney W. Grimes.elif ${MACHINE} == "sparc" 399b50d902SRodney W. GrimesSUBDIR+=cmp ld look tail vmstat.sparc 409b50d902SRodney W. Grimes.elif ${MACHINE} == "tahoe" 419b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat 429b50d902SRodney W. Grimes.elif ${MACHINE} == "vax" 439b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat 449b50d902SRodney W. Grimes.endif 459b50d902SRodney W. Grimes 469b50d902SRodney W. Grimes.include <bsd.subdir.mk> 47