diff options
Diffstat (limited to 'usr/src/cmd/rcap/rcapstat/Makefile')
-rw-r--r-- | usr/src/cmd/rcap/rcapstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/rcap/rcapstat/Makefile b/usr/src/cmd/rcap/rcapstat/Makefile index 45c4debcdc..20d5d735fc 100644 --- a/usr/src/cmd/rcap/rcapstat/Makefile +++ b/usr/src/cmd/rcap/rcapstat/Makefile @@ -22,6 +22,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2020 Joyent, Inc. +# .KEEP_STATE: .SUFFIXES: @@ -39,7 +41,7 @@ STAT_COMMON_SRCS = $(STAT_COMMON_OBJS:%.o=$(STATCOMMONDIR)/%.c) $(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG CPPFLAGS += -I$(COMMON_DIR) -I$(STATCOMMONDIR) -LDLIBS += -lumem -lzonecfg -lscf +LDLIBS += -lumem -lscf LDFLAGS += $(MAPFILE.NGB:%=-Wl,-M%) PROG = rcapstat |