Print this page
XXX Remove nawk(1)

@@ -111,11 +111,11 @@
 # this file make sure that x86 rules are updated as well.
 #
 PRIVS_C = $(UTSBASE)/common/os/priv_const.c
 
 $(PRIVS_C): $(PRIVS_AWK) $(PRIVS_DEF)
-        $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) cfile=$@
+        $(AWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) cfile=$@
 
 
 #
 # Prerequisites
 #