# # These are the variables used to specify the nature of the system on which # pmake is running. These names may later be used in #if expressions for # conditional reading of the enclosed portion of the Makefile # NeXT= Machine is a NeXT mc68000= so it has a Motorola 68000-family chip. mc68030= It's a Sun3 so it has a 68030 microprocessor. unix= It runs UNIX. mach= ... on top of Mach # generate sorted symbol tables RANLIB = ranlib -s # lint not available LINT = /bin/true .