Makefile (5093d47a561c93d7574c45d94c7fb9cdeb4fe5c5) | Makefile (faf2c5cc56aa8be1b8a9d1d990df3f3f29d1aef6) |
---|---|
1# @(#)Makefile 8.3 (Berkeley) 1/7/94 2 3# XXX MISSING: bc dc deroff diction diff ex graph learn plot 4# ptx spell spline struct units xsend 5# XXX MISSING SOURCES: file grep sort 6# XXX MISSING Makefile: uucp 7# XXX Use GNU versions: ld man apropos whatis patch 8# Moved to secure: bdes --- 5 unchanged lines hidden (view full) --- 14 fsplit fstat ftp gcore gprof head hexdump id indent \ 15 join jot kdump ktrace key keyinfo keyinit lam last \ 16 lastcomm leave locate lock logger login logname lorder \ 17 m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \ 18 more msgs mt netstat nfsstat nice \ 19 nm nohup pagesize passwd paste pr printenv printf quota \ 20 ranlib rdist renice rev rlogin rs rsh ruptime rwho \ 21 script sed shar showmount size soelim split \ | 1# @(#)Makefile 8.3 (Berkeley) 1/7/94 2 3# XXX MISSING: bc dc deroff diction diff ex graph learn plot 4# ptx spell spline struct units xsend 5# XXX MISSING SOURCES: file grep sort 6# XXX MISSING Makefile: uucp 7# XXX Use GNU versions: ld man apropos whatis patch 8# Moved to secure: bdes --- 5 unchanged lines hidden (view full) --- 14 fsplit fstat ftp gcore gprof head hexdump id indent \ 15 join jot kdump ktrace key keyinfo keyinit lam last \ 16 lastcomm leave locate lock logger login logname lorder \ 17 m4 mail make mesg mkdep mkfifo mklocale mkstr modstat \ 18 more msgs mt netstat nfsstat nice \ 19 nm nohup pagesize passwd paste pr printenv printf quota \ 20 ranlib rdist renice rev rlogin rs rsh ruptime rwho \ 21 script sed shar showmount size soelim split \ |
22 strings strip su talk tcopy tee telnet tftp time tip \ | 22 strings strip su symorder talk tcopy tee telnet tftp time tip \ |
23 tn3270 touch tput tr true tset tsort tty ul uname unexpand \ 24 unifdef uniq unvis users uudecode uuencode vacation \ 25 vgrind vi vis w wall wc what whereis who whois window write \ 26 xargs xinstall xstr yacc yes ypcat ypmatch ypwhich 27 28# Cmp, look and tail all use mmap, so new-VM only. 29# F77 and pascal are VAX/Tahoe only. 30.if ${MACHINE} == "hp300" --- 17 unchanged lines hidden --- | 23 tn3270 touch tput tr true tset tsort tty ul uname unexpand \ 24 unifdef uniq unvis users uudecode uuencode vacation \ 25 vgrind vi vis w wall wc what whereis who whois window write \ 26 xargs xinstall xstr yacc yes ypcat ypmatch ypwhich 27 28# Cmp, look and tail all use mmap, so new-VM only. 29# F77 and pascal are VAX/Tahoe only. 30.if ${MACHINE} == "hp300" --- 17 unchanged lines hidden --- |