home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / Makefile < prev    next >
Encoding:
Makefile  |  1991-06-29  |  1.1 KB  |  34 lines

  1. #    @(#)Makefile    5.8.1.1 (Berkeley) 5/8/91
  2.  
  3. # need conversion:    tn3270
  4. # remove lisp
  5.  
  6. SUBDIR=    ar banner basename bdes biff cal calendar \
  7.     checknr chpass cksum cmp col colcrt colrm column comm compress \
  8.     cpio ctags cut dirname du env error \
  9.     expand false find finger fmt fold fpr from fsplit fstat ftp \
  10.     g++ gcore gdb gprof groff groups head hexdump id indent \
  11.     ktrace last lastcomm ld leave lex locate lock logger \
  12.     login logname lorder m4 machine mail make man mesg mkdep mkfifo \
  13.     mkstr more msgs mt netstat nfsstat nice nm nohup pagesize \
  14.     passwd paste printenv printf quota ranlib \
  15.     rdist renice rlogin rsh ruptime rwho sccs script \
  16.     shar showmount size soelim split strings \
  17.     strip su symorder talk tcopy tee telnet tftp time \
  18.     tip touch tput tr true tset tsort tty ul unexpand unifdef uniq \
  19.     unvis users uudecode uuencode vacation vgrind vis \
  20.     vmstat w wall wc what whereis which who whoami whois window \
  21.     write xargs xinstall xstr yacc yes
  22.  
  23. .if    ${MACHINE} == "hp300"
  24. SUBDIR+=gas gcc
  25. .elif    ${MACHINE} == "i386"
  26. SUBDIR+=gas gcc
  27. .elif    ${MACHINE} == "tahoe"
  28. SUBDIR+=pascal
  29. .elif    ${MACHINE} == "vax"
  30. SUBDIR+=gas pascal
  31. .endif
  32.  
  33. .include <bsd.subdir.mk>
  34.