From e96f841955c0305f457b111a667cc536d1eba3d0 Mon Sep 17 00:00:00 2001 From: Yuri Pankov Date: Wed, 31 May 2017 04:42:39 +0300 Subject: 8306 provide ofmt routines in public libofmt library and document them Reviewed by: Andy Stormont Reviewed by: Toomas Soome Reviewed by: Hans Rosenfeld Reviewed by: Jason King Reviewed by: Robert Mustacchi Approved by: Gordon Ross --- usr/src/cmd/dlstat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/cmd/dlstat') diff --git a/usr/src/cmd/dlstat/Makefile b/usr/src/cmd/dlstat/Makefile index c37982a686..c24ce1a62d 100644 --- a/usr/src/cmd/dlstat/Makefile +++ b/usr/src/cmd/dlstat/Makefile @@ -37,11 +37,11 @@ CERRWARN += -_gcc=-Wno-uninitialized XGETFLAGS += -a -x $(PROG).xcl LDLIBS += -L$(ROOT)/lib -LDLIBS += -ldladm -linetutil +LDLIBS += -ldladm -lofmt .KEEP_STATE: -all: $(ROOTFS_PROG) +all: $(ROOTFS_PROG) install: all $(ROOTSBINPROG) $(RM) $(ROOTUSRSBINPROG) -- cgit v1.2.3