diff options
author | Hyon Kim <Hyon.Kim@Sun.COM> | 2009-10-01 15:01:08 -0700 |
---|---|---|
committer | Hyon Kim <Hyon.Kim@Sun.COM> | 2009-10-01 15:01:08 -0700 |
commit | d5c74c206594778658b2f1e87129ed10e879d953 (patch) | |
tree | 1230fb27a1ea2dae4d3e13d3b9329433e90d44be /usr/src | |
parent | d6c01e8c77db27063de6c97d78a1818ad9030343 (diff) | |
download | illumos-gate-d5c74c206594778658b2f1e87129ed10e879d953.tar.gz |
6886595 SM-HBA wrapper library license files not listed in license-list
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/pkgdefs/SUNWsmhba/Makefile | 3 | ||||
-rw-r--r-- | usr/src/tools/opensolaris/license-list | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/pkgdefs/SUNWsmhba/Makefile b/usr/src/pkgdefs/SUNWsmhba/Makefile index 58e019a2bf..6143d944ce 100644 --- a/usr/src/pkgdefs/SUNWsmhba/Makefile +++ b/usr/src/pkgdefs/SUNWsmhba/Makefile @@ -26,9 +26,12 @@ include ../Makefile.com DATAFILES += depend +LICENSEFILES += ../../lib/smhba/THIRDPARTYLICENSE + .KEEP_STATE: all: $(FILES) + install: all pkg include ../Makefile.targ diff --git a/usr/src/tools/opensolaris/license-list b/usr/src/tools/opensolaris/license-list index 3d399db152..419351d545 100644 --- a/usr/src/tools/opensolaris/license-list +++ b/usr/src/tools/opensolaris/license-list @@ -114,6 +114,7 @@ usr/src/lib/pam_modules/authtok_check/THIRDPARTYLICENSE usr/src/lib/passwdutil/THIRDPARTYLICENSE usr/src/lib/pkcs11/include/THIRDPARTYLICENSE usr/src/lib/print/libhttp-core/common/LICENSE.txt +usr/src/lib/smhba/THIRDPARTYLICENSE usr/src/stand/lib/tcp/THIRDPARTYLICENSE usr/src/tools/ctf/dwarf/THIRDPARTYLICENSE usr/src/tools/onbld/THIRDPARTYLICENSE |