diff options
Diffstat (limited to 'usr/src/lib/librpcsvc/Makefile.com')
| -rw-r--r-- | usr/src/lib/librpcsvc/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/librpcsvc/Makefile.com b/usr/src/lib/librpcsvc/Makefile.com index 64a77e161e..15b6c6cb48 100644 --- a/usr/src/lib/librpcsvc/Makefile.com +++ b/usr/src/lib/librpcsvc/Makefile.com @@ -20,6 +20,7 @@ # # +# Copyright 2015 Gary Mills # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -57,6 +58,9 @@ $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) LDLIBS += -lnsl -lc +# Needed so header files with relative paths will work +CPPFLAGS += -I.. + .KEEP_STATE: lint: lintcheck |
