Makefile (0a50d08da1778fe0db48e0a2e4d8b78712e8c69f) | Makefile (106d493a690dafcf0da9202d76131d888b560ccf) |
---|---|
1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 | 1# From: @(#)Makefile 8.3 (Berkeley) 1/7/94 |
2# $Id: Makefile,v 1.28 1994/11/12 05:32:46 lars Exp $ | 2# $Id: Makefile,v 1.29 1994/11/20 14:21:25 jkh Exp $ |
3 4# XXX MISSING: deroff diction graph learn plot 5# ptx spell spline struct units xsend 6# XXX Use GNU versions: dc bc diff grep ld man apropos whatis patch 7# Moved to secure: bdes 8# 9SUBDIR= apply ar at banner basename biff cal calendar \ 10 cap_mkdb chat checknr chflags chpass cksum col colcrt colrm column \ 11 comm compress cpp ctags cut dig dirname du \ 12 env error expand f2c false file find finger fmt fold fpr from fsplit \ 13 fstat ftp gcore getopt gprof head hexdump host id indent ipcrm ipcs \ 14 join jot kdump ktrace key keyinfo keyinit lam last \ 15 lastcomm leave lex locate lock logger login logname lorder \ 16 lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \ 17 more msgs mt ncftp netstat nfsstat nice \ 18 nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \ 19 renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ 20 rwho script sed shar showmount size soelim split \ | 3 4# XXX MISSING: deroff diction graph learn plot 5# ptx spell spline struct units xsend 6# XXX Use GNU versions: dc bc diff grep ld man apropos whatis patch 7# Moved to secure: bdes 8# 9SUBDIR= apply ar at banner basename biff cal calendar \ 10 cap_mkdb chat checknr chflags chpass cksum col colcrt colrm column \ 11 comm compress cpp ctags cut dig dirname du \ 12 env error expand f2c false file find finger fmt fold fpr from fsplit \ 13 fstat ftp gcore getopt gprof head hexdump host id indent ipcrm ipcs \ 14 join jot kdump ktrace key keyinfo keyinit lam last \ 15 lastcomm leave lex locate lock logger login logname lorder \ 16 lsvfs m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \ 17 more msgs mt ncftp netstat nfsstat nice \ 18 nm nohup pagesize passwd paste pr printenv printf quota ranlib rdist \ 19 renice rev rlogin rpcgen rpcinfo rs rsh rup ruptime rusers rwall \ 20 rwho script sed shar showmount size soelim split \ |
21 strings strip su symorder talk tcopy tee telnet tftp time tip \ | 21 strings strip su symorder talk tconv tcopy tee telnet tftp time tip \ |
22 tn3270 touch tput tr true tset tsort tty ul uname unexpand \ 23 unifdef uniq unvis users uudecode uuencode vacation \ 24 vgrind vi vis w wall wc what whereis who whois window write \ 25 xargs xinstall xstr yacc yes ypcat ypmatch ypwhich 26 27# Cmp, look and tail all use mmap, so new-VM only. 28# F77 and pascal are VAX/Tahoe only. 29.if make(clean) || make(cleandir) --- 21 unchanged lines hidden --- | 22 tn3270 touch tput tr true tset tsort tty ul uname unexpand \ 23 unifdef uniq unvis users uudecode uuencode vacation \ 24 vgrind vi vis w wall wc what whereis who whois window write \ 25 xargs xinstall xstr yacc yes ypcat ypmatch ypwhich 26 27# Cmp, look and tail all use mmap, so new-VM only. 28# F77 and pascal are VAX/Tahoe only. 29.if make(clean) || make(cleandir) --- 21 unchanged lines hidden --- |