summaryrefslogtreecommitdiff
path: root/usr/src/lib/libzonecfg/Makefile.com
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libzonecfg/Makefile.com')
-rw-r--r--usr/src/lib/libzonecfg/Makefile.com6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/lib/libzonecfg/Makefile.com b/usr/src/lib/libzonecfg/Makefile.com
index 38a30b3446..aa7dea9cc9 100644
--- a/usr/src/lib/libzonecfg/Makefile.com
+++ b/usr/src/lib/libzonecfg/Makefile.com
@@ -28,22 +28,20 @@ OBJECTS= libzonecfg.o getzoneent.o scratchops.o
include ../../Makefile.lib
-LIBS = $(DYNLIB) $(LINTLIB)
+LIBS = $(DYNLIB)
LDLIBS += -lc -lsocket -luuid -lnvpair -lsysevent -lsec -lbrand \
-lpool -lscf -lproc -luutil -lbsm -lsecdb
# DYNLIB libraries do not have lint libs and are not linted
$(DYNLIB) := LDLIBS += -lxml2
+NATIVE_LIBS += libxml2.so
SRCDIR = ../common
CPPFLAGS += -I$(ADJUNCT_PROTO)/usr/include/libxml2 -I$(SRCDIR) -D_REENTRANT
CERRWARN += $(CNOWARN_UNINIT)
CERRWARN += -_gcc=-Wno-parentheses
-$(LINTLIB) := SRCS= $(SRCDIR)/$(LINTSRC)
.KEEP_STATE:
all: $(LIBS)
-lint: lintcheck
-
include ../../Makefile.targ