1839f16abSGarrett Wollman# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 2d6f9c011SGary Palmer# $Id: Makefile,v 1.22 1994/09/26 23:14:31 pst Exp $ 39b50d902SRodney W. Grimes 45093d47aSJordan K. Hubbard# XXX MISSING: bc dc deroff diction diff ex graph learn plot 51544f99bSRodney W. Grimes# ptx spell spline struct units xsend 653d5f088SGeoff Rehmet# XXX MISSING SOURCES: grep sort 71544f99bSRodney W. Grimes# XXX MISSING Makefile: uucp 8ba053ca0SGarrett Wollman# XXX Use GNU versions: ld man apropos whatis patch 973407b34SGarrett Wollman# Moved to secure: bdes 1073407b34SGarrett Wollman# 115093d47aSJordan K. HubbardSUBDIR= apply ar at banner basename biff cal calendar \ 129b50d902SRodney W. Grimes cap_mkdb checknr chflags chpass cksum col colcrt colrm column \ 1355178249SPaul Traina comm compress cpp ctags cut dig dirname du \ 144f1f23c3SRodney W. Grimes env error expand f2c false file find finger fmt fold fpr from \ 1555178249SPaul Traina fsplit fstat ftp gcore gprof head hexdump host id indent ipcrm ipcs \ 1612f78166SGuido van Rooij join jot kdump ktrace key keyinfo keyinit lam last \ 1790b7e688SGeoff Rehmet lastcomm leave lex locate lock logger login logname lorder \ 18839f16abSGarrett Wollman lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \ 1947ef0742SAndrey A. Chernov more msgs mt ncftp netstat nfsstat nice \ 204f1f23c3SRodney W. Grimes nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \ 214f1f23c3SRodney W. Grimes renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ 22dae09d45SGeoff Rehmet rwho script sed shar showmount size soelim split \ 23faf2c5ccSJordan K. Hubbard strings strip su symorder talk tcopy tee telnet tftp time tip \ 249b50d902SRodney W. Grimes tn3270 touch tput tr true tset tsort tty ul uname unexpand \ 251544f99bSRodney W. Grimes unifdef uniq unvis users uudecode uuencode vacation \ 2603b50ed1SSean Eric Fagan vgrind vi vis w wall wc what whereis who whois window write \ 2773407b34SGarrett Wollman xargs xinstall xstr yacc yes ypcat ypmatch ypwhich 289b50d902SRodney W. Grimes 299b50d902SRodney W. Grimes# Cmp, look and tail all use mmap, so new-VM only. 309b50d902SRodney W. Grimes# F77 and pascal are VAX/Tahoe only. 31d6f9c011SGary Palmer.if make(clean) || make(cleandir) 32d6f9c011SGary PalmerSUBDIR+=cmp f77 pascal ld look systat tail vmstat vmstat.sparc 33d6f9c011SGary Palmer.elif ${MACHINE} == "hp300" 349b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat 359b50d902SRodney W. Grimes.elif ${MACHINE} == "i386" 361544f99bSRodney W. GrimesSUBDIR+=cmp look systat tail vmstat 371544f99bSRodney W. Grimes# XXX Use gnu/usr.bin/ld for now 389b50d902SRodney W. Grimes.elif ${MACHINE} == "luna68k" 399b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat 409b50d902SRodney W. Grimes.elif ${MACHINE} == "mips" 419b50d902SRodney W. GrimesSUBDIR+=cmp look systat tail vmstat 429b50d902SRodney W. Grimes.elif ${MACHINE} == "sparc" 439b50d902SRodney W. GrimesSUBDIR+=cmp ld look tail vmstat.sparc 449b50d902SRodney W. Grimes.elif ${MACHINE} == "tahoe" 459b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat 469b50d902SRodney W. Grimes.elif ${MACHINE} == "vax" 479b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat 489b50d902SRodney W. Grimes.endif 499b50d902SRodney W. Grimes 509b50d902SRodney W. Grimes.include <bsd.subdir.mk> 51