diff options
author | Andrew Stormont <astormont@racktopsystems.com> | 2017-06-17 07:57:11 +0100 |
---|---|---|
committer | Gordon Ross <gwr@nexenta.com> | 2017-06-19 10:45:06 -0400 |
commit | 02dc24bdf7a983da73ebfd10cc3b5627a74789c5 (patch) | |
tree | 2043d5fed0788a93a78264120fde6be587a19df7 /usr/src | |
parent | 00bdf9afcd6a60aceb896a5b75ac0a061981ee94 (diff) | |
download | illumos-joyent-02dc24bdf7a983da73ebfd10cc3b5627a74789c5.tar.gz |
8410 ucoreadm links against libraries outside the proto area
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/cmd/ucodeadm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/ucodeadm/Makefile b/usr/src/cmd/ucodeadm/Makefile index 1fb1938265..1abe8bb420 100644 --- a/usr/src/cmd/ucodeadm/Makefile +++ b/usr/src/cmd/ucodeadm/Makefile @@ -22,6 +22,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright 2017 RackTop Systems. +# PROG = ucodeadm @@ -50,7 +52,7 @@ CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-type-limits LINTFLAGS += -errtags -erroff=E_NAME_DEF_NOT_USED2 LINTFLAGS += -erroff=E_INCONS_ARG_DECL2,E_INCONS_VAL_TYPE_DECL2 -LDLIBS = -lgen +LDLIBS += -lgen DIRMODE = 0755 FILEMODE = 0555 |