1839f16abSGarrett Wollman# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 247ef0742SAndrey A. Chernov# $Id: Makefile,v 1.20 1994/09/22 01:26:58 wollman 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 \ 131544f99bSRodney W. Grimes comm compress cpp ctags cut dirname du \ 144f1f23c3SRodney W. Grimes env error expand f2c false file find finger fmt fold fpr from \ 15699a02bbSDoug Rabson fsplit fstat ftp gcore gprof head hexdump 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. 319b50d902SRodney W. Grimes.if ${MACHINE} == "hp300" 329b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat 339b50d902SRodney W. Grimes.elif ${MACHINE} == "i386" 341544f99bSRodney W. GrimesSUBDIR+=cmp look systat tail vmstat 351544f99bSRodney W. Grimes# XXX Use gnu/usr.bin/ld for now 369b50d902SRodney W. Grimes.elif ${MACHINE} == "luna68k" 379b50d902SRodney W. GrimesSUBDIR+=cmp ld look systat tail vmstat 389b50d902SRodney W. Grimes.elif ${MACHINE} == "mips" 399b50d902SRodney W. GrimesSUBDIR+=cmp look systat tail vmstat 409b50d902SRodney W. Grimes.elif ${MACHINE} == "sparc" 419b50d902SRodney W. GrimesSUBDIR+=cmp ld look tail vmstat.sparc 429b50d902SRodney W. Grimes.elif ${MACHINE} == "tahoe" 439b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat 449b50d902SRodney W. Grimes.elif ${MACHINE} == "vax" 459b50d902SRodney W. GrimesSUBDIR+=f77 pascal systat vmstat 469b50d902SRodney W. Grimes.endif 479b50d902SRodney W. Grimes 489b50d902SRodney W. Grimes.include <bsd.subdir.mk> 49