Print this page
XXX Remove nawk(1)
*** 112,122 ****
$(BOOTDEVICEDB)/%: $(BOOTDEVICEDB) $(SRCDIR)/%
$(INS.file)
$(SRCDIR)/priv_names: $(PRIVS_DEF) $(PRIVS_AWK)
! $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
clean clobber lint:
#
# No lints, so keep the clobber and clean targets reasonable.
--- 112,122 ----
$(BOOTDEVICEDB)/%: $(BOOTDEVICEDB) $(SRCDIR)/%
$(INS.file)
$(SRCDIR)/priv_names: $(PRIVS_DEF) $(PRIVS_AWK)
! $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
clean clobber lint:
#
# No lints, so keep the clobber and clean targets reasonable.