Print this page
XXX Remove nawk(1)

@@ -112,11 +112,11 @@
 
 $(BOOTDEVICEDB)/%: $(BOOTDEVICEDB) $(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.