diff options
Diffstat (limited to 'usr/src/cmd/stat/mpstat/Makefile')
-rw-r--r-- | usr/src/cmd/stat/mpstat/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/cmd/stat/mpstat/Makefile b/usr/src/cmd/stat/mpstat/Makefile index 8e34815c32..6f685faef4 100644 --- a/usr/src/cmd/stat/mpstat/Makefile +++ b/usr/src/cmd/stat/mpstat/Makefile @@ -32,13 +32,10 @@ include $(SRC)/cmd/stat/Makefile.stat LDLIBS += -ldevinfo -lkstat -lavl CFLAGS += $(CCVERBOSE) -I${STATCOMMONDIR} -CERRWARN += $(CNOWARN_UNINIT) CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-parentheses FILEMODE= 0555 -lint := LINTFLAGS = -muxs -I$(STATCOMMONDIR) - .KEEP_STATE: all: $(PROG) @@ -56,6 +53,4 @@ $(PROG): $(OBJS) $(COMMON_OBJS) clean: -$(RM) $(OBJS) $(COMMON_OBJS) -lint: lint_SRCS - include $(SRC)/cmd/Makefile.targ |