diff options
author | Yuri Pankov <yuri.pankov@nexenta.com> | 2017-05-31 04:42:39 +0300 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2017-06-08 08:58:44 -0400 |
commit | e96f841955c0305f457b111a667cc536d1eba3d0 (patch) | |
tree | 1bb7a1841cc52d096490d9bd26cd953a2c4c4e26 /usr/src/cmd/flowstat | |
parent | 79809f9cf402f130667349b2d4007ecd65d63c6f (diff) | |
download | illumos-joyent-e96f841955c0305f457b111a667cc536d1eba3d0.tar.gz |
8306 provide ofmt routines in public libofmt library and document them
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Reviewed by: Jason King <jason.brian.king@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/cmd/flowstat')
-rw-r--r-- | usr/src/cmd/flowstat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/flowstat/Makefile b/usr/src/cmd/flowstat/Makefile index 7e0ee8bfb2..e9efa364e0 100644 --- a/usr/src/cmd/flowstat/Makefile +++ b/usr/src/cmd/flowstat/Makefile @@ -23,7 +23,7 @@ # Use is subject to license terms. # -PROG=flowstat +PROG=flowstat ROOTFS_PROG= $(PROG) @@ -33,7 +33,7 @@ include ../Makefile.cmd XGETFLAGS += -a -x $(PROG).xcl LDLIBS += -L$(ROOT)/lib -LDLIBS += -ldladm -linetutil +LDLIBS += -ldladm -lofmt CERRWARN += -_gcc=-Wno-implicit-function-declaration CERRWARN += -_gcc=-Wno-uninitialized @@ -42,7 +42,7 @@ ROOTCFGDIR= $(ROOTETC)/dladm .KEEP_STATE: -all: $(ROOTFS_PROG) +all: $(ROOTFS_PROG) # # Message catalog |