Print this page
XXX Remove nawk(1)
*** 75,85 ****
$(ROOTETCSEC)/%: $(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.
--- 75,85 ----
$(ROOTETCSEC)/%: $(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.