summaryrefslogtreecommitdiff
path: root/usr/src/lib/libstmfproxy/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libstmfproxy/Makefile.com')
-rw-r--r--usr/src/lib/libstmfproxy/Makefile.com6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/lib/libstmfproxy/Makefile.com b/usr/src/lib/libstmfproxy/Makefile.com
index e54ba642f3..bd0f9aeb09 100644
--- a/usr/src/lib/libstmfproxy/Makefile.com
+++ b/usr/src/lib/libstmfproxy/Makefile.com
@@ -30,23 +30,19 @@ OBJECTS= stmftransport.o
include ../../Makefile.lib
-LIBS= $(DYNLIB) $(LINTLIB)
+LIBS= $(DYNLIB)
SRCDIR = ../common
INCS += -I$(SRCDIR)
CSTD= $(CSTD_GNU99)
-C99LMODE= -Xc99=%all
LDLIBS += -lc -lsocket -lnsl
CPPFLAGS += $(INCS) -D_REENTRANT
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
.KEEP_STATE:
all: $(LIBS)
-#lint: lintcheck
-
include ../../Makefile.targ