diff options
Diffstat (limited to 'usr/src/lib/libsmbfs')
-rw-r--r-- | usr/src/lib/libsmbfs/Makefile.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/lib/libsmbfs/Makefile.com b/usr/src/lib/libsmbfs/Makefile.com index f5801a18db..0721dfc302 100644 --- a/usr/src/lib/libsmbfs/Makefile.com +++ b/usr/src/lib/libsmbfs/Makefile.com @@ -22,6 +22,7 @@ # # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. +# Copyright 2015 Igor Kozhukhov <ikozhukhov@gmail.com> # # Copyright 2013 Nexenta Systems, Inc. All rights reserved. # @@ -118,7 +119,7 @@ ${NOT_RELEASE_BUILD} CPPFLAGS += -DDEBUG # Filter out the less important lint. # See lgrep.awk -LGREP = nawk -f $(SRCDIR)/lgrep.awk +LGREP = $(AWK) -f $(SRCDIR)/lgrep.awk LTAIL += 2>&1 | $(LGREP) all: $(LIBS) |