# Global MKPKG definitions for the package. $set XFLAGS = "$(XFLAGS) -p crutil" $set XVFLAGS = "$(XVFLAGS) -p crutil" $set LFLAGS = "$(LFLAGS) -p crutil" #$ifeq (MACH, sparc) then # $include "crutil$lib/mkpkg.sf.SUN4" #$else $ifeq (MACH, i386) then # $include "crutil$lib/mkpkg.sf.I386" #$else $ifeq (MACH, f68881) then # $include "crutil$lib/mkpkg.sf.SUN3" #$else $ifeq (MACH, ffpa) then # $include "crutil$lib/mkpkg.sf.SUN3" #$else $ifeq (MACH, vms) then # $include "crutil$lib/mkpkg.sf.VMS" #$else $ifeq (MACH, ddec) then # $include "crutil$lib/mkpkg.sf.DDEC" #$else $ifeq (MACH, dmip) then # $include "crutil$lib/mkpkg.sf.DMIP" #$else $ifeq (MACH, rs6000) then # $include "crutil$lib/mkpkg.sf.AIX3" #$else $ifeq (MACH, mips) then # $include "crutil$lib/mkpkg.sf.MIPS" #$end