diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/brand/lx/lx_lockd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/brand/lx/lx_lockd/Makefile b/usr/src/lib/brand/lx/lx_lockd/Makefile index e535a30877..debefdf815 100644 --- a/usr/src/lib/brand/lx/lx_lockd/Makefile +++ b/usr/src/lib/brand/lx/lx_lockd/Makefile @@ -30,7 +30,7 @@ ROOTBIN = $(ROOTBRANDDIR) CLOBBERFILES = $(OBJS) $(ROOTPROG) CPPFLAGS += -I$(SRC)/cmd/fs.d/nfs/lib -C99MODE = $(C99_ENABLE) +CSTD = $(CSTD_GNU99) LDLIBS += -lnsl -lsocket CERRWARN += -_gcc=-Wno-parentheses |