diff options
Diffstat (limited to 'usr/src/lib/libinstzones/Makefile.com')
-rw-r--r-- | usr/src/lib/libinstzones/Makefile.com | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/lib/libinstzones/Makefile.com b/usr/src/lib/libinstzones/Makefile.com index 2fa0b68803..5b41d4858e 100644 --- a/usr/src/lib/libinstzones/Makefile.com +++ b/usr/src/lib/libinstzones/Makefile.com @@ -29,7 +29,7 @@ LIBRARY= libinstzones.a VERS= .1 OBJECTS = \ - zones_args.o \ + zones_args.o \ zones_exec.o \ zones_locks.o \ zones_paths.o \ @@ -50,9 +50,7 @@ CLEANFILES += $(MSGFILES) # openssl forces us to ignore dubious pointer casts, thanks to its clever # use of macros for stack management. -LINTFLAGS= -umx -errtags \ -erroff=E_BAD_PTR_CAST_ALIGN,E_BAD_PTR_CAST -$(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-clobbered @@ -61,7 +59,7 @@ CERRWARN += -_gcc=-Wno-address # not linted SMATCH=off -LIBS = $(DYNLIB) $(LINTLIB) +LIBS = $(DYNLIB) DYNFLAGS += $(ZLAZYLOAD) @@ -79,7 +77,6 @@ $(POFILE): $(MSGFILES) _msg: $(MSGDOMAINPOFILE) -lint: lintcheck # include library targets include $(SRC)/lib/Makefile.targ |