Print this page
XXX Remove nawk(1)


  97 $(ROOTBOOT)/%: $(ROOTBOOT) $(SRCDIR)/%
  98         $(INS.file)
  99 
 100 $(ROOTBOOT)/solaris.xpm: $(ROOTBOOT)/splashimage.xpm
 101         $(RM) $@; $(LN) $(ROOTBOOT)/splashimage.xpm $@
 102 
 103 
 104 $(BOOTSOLARIS):
 105         $(INS) -s -d -m $(DIRMODE) $@
 106 
 107 $(BOOTSOLARIS)/%: $(BOOTSOLARIS) $(SRCDIR)/%
 108         $(INS.file)
 109 
 110 $(BOOTDEVICEDB):
 111         $(INS) -s -d -m $(DIRMODE) $@
 112 
 113 $(BOOTDEVICEDB)/%: $(BOOTDEVICEDB) $(SRCDIR)/%
 114         $(INS.file)
 115 
 116 $(SRCDIR)/priv_names: $(PRIVS_DEF) $(PRIVS_AWK)
 117         $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
 118 
 119 clean clobber lint:
 120 
 121 # 
 122 #       No lints, so keep the clobber and clean targets reasonable. 
 123 # 
 124 CLEANLINTFILES  = Nothing_to_remove
 125 CLEANFILES      = Nothing_to_remove
 126 CLOBBERFILES    = Nothing_to_remove
 127 
 128 #
 129 #       Include common targets.
 130 #
 131 include $(UTSBASE)/intel/Makefile.targ


  97 $(ROOTBOOT)/%: $(ROOTBOOT) $(SRCDIR)/%
  98         $(INS.file)
  99 
 100 $(ROOTBOOT)/solaris.xpm: $(ROOTBOOT)/splashimage.xpm
 101         $(RM) $@; $(LN) $(ROOTBOOT)/splashimage.xpm $@
 102 
 103 
 104 $(BOOTSOLARIS):
 105         $(INS) -s -d -m $(DIRMODE) $@
 106 
 107 $(BOOTSOLARIS)/%: $(BOOTSOLARIS) $(SRCDIR)/%
 108         $(INS.file)
 109 
 110 $(BOOTDEVICEDB):
 111         $(INS) -s -d -m $(DIRMODE) $@
 112 
 113 $(BOOTDEVICEDB)/%: $(BOOTDEVICEDB) $(SRCDIR)/%
 114         $(INS.file)
 115 
 116 $(SRCDIR)/priv_names: $(PRIVS_DEF) $(PRIVS_AWK)
 117         $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
 118 
 119 clean clobber lint:
 120 
 121 # 
 122 #       No lints, so keep the clobber and clean targets reasonable. 
 123 # 
 124 CLEANLINTFILES  = Nothing_to_remove
 125 CLEANFILES      = Nothing_to_remove
 126 CLOBBERFILES    = Nothing_to_remove
 127 
 128 #
 129 #       Include common targets.
 130 #
 131 include $(UTSBASE)/intel/Makefile.targ