diff options
| author | Gordon Ross <gwr@nexenta.com> | 2013-06-17 10:34:00 -0400 |
|---|---|---|
| committer | Gordon Ross <gwr@nexenta.com> | 2015-06-04 16:46:25 -0400 |
| commit | b819cea2f73f98c5662230cc9affc8cc84f77fcf (patch) | |
| tree | a3677952ded5706400717b9b79b0aeaa3d93a739 /usr/src/lib/Makefile | |
| parent | 83d2dfe69259e79314662cf95e6d1f9103dcffe2 (diff) | |
| download | illumos-joyent-b819cea2f73f98c5662230cc9affc8cc84f77fcf.tar.gz | |
5917 User-mode SMB server
Authored by: Thomas Keiser <thomas.keiser@nexenta.com>
Authored by: Albert Lee <trisk@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Albert Lee <trisk@omniti.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/lib/Makefile')
| -rw-r--r-- | usr/src/lib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 6d8588d839..144d9cfa3d 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -253,6 +253,7 @@ SUBDIRS += \ libvrrpadm \ libvscan \ libgrubmgmt \ + libfakekernel \ smbsrv \ libilb \ scsi \ @@ -403,6 +404,7 @@ HDRSUBDIRS= \ libdtrace_jni \ libelfsign \ libeti \ + libfakekernel \ libfru \ libfstyp \ libgen \ @@ -648,7 +650,7 @@ libexacct/demo: libexacct libproject libsocket libnsl libtsalarm: libpcp smbsrv: libsocket libnsl libmd libxnet libpthread librt \ libshare libidmap pkcs11 libsqlite libcryptoutil \ - libreparse libcmdutils + libreparse libcmdutils libfakekernel libv12n: libds libuuid libvrrpadm: libsocket libdladm libscf libvscan: libscf |
