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/dladm | |
| 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/dladm')
| -rw-r--r-- | usr/src/cmd/dladm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/dladm/Makefile b/usr/src/cmd/dladm/Makefile index 43f24b484f..1eeede7152 100644 --- a/usr/src/cmd/dladm/Makefile +++ b/usr/src/cmd/dladm/Makefile @@ -38,7 +38,7 @@ include $(SRC)/cmd/Makefile.ctf XGETFLAGS += -a -x $(PROG).xcl LDLIBS += -L$(ROOT)/lib -lsocket -LDLIBS += -ldladm -ldlpi -lkstat -lsecdb -lbsm -linetutil -ldevinfo +LDLIBS += -ldladm -ldlpi -lkstat -lsecdb -lbsm -lofmt -linetutil -ldevinfo LDLIBS += $(ZLAZYLOAD) -lrstp $(ZNOLAZYLOAD) CERRWARN += -_gcc=-Wno-switch |
