Print this page
XXX Remove nawk(1)

@@ -75,11 +75,11 @@
 
 $(ROOTETCSEC)/%: $(SRCDIR)/%
         $(INS.file)
 
 $(SRCDIR)/priv_names: $(PRIVS_DEF) $(PRIVS_AWK)
-        $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
+        $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pnamesfile=$@
 
 clean clobber lint:
 
 # 
 #       No lints, so keep the clobber and clean targets reasonable.