Makefile (db957641fca3975f163885c04f90513951594734) Makefile (7c1d35456b77b833f089b886b99aa431a24e1377)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 5 unchanged lines hidden (view full) ---

14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 5 unchanged lines hidden (view full) ---

14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22# Copyright 2011 Nexenta Systems, Inc. All rights reserved.
22# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
23
24include ../Makefile.master
25
26# Note that libcurses installs commands along with its library.
27# This is a minor bug which probably should be fixed.
28# Note also that a few extra libraries are kept in cmd source.
29#

--- 50 unchanged lines hidden (view full) ---

80 libshell \
81 libsum \
82 librt \
83 libadm \
84 libctf \
85 libdtrace \
86 libdtrace_jni \
87 libcurses \
23# Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
24
25include ../Makefile.master
26
27# Note that libcurses installs commands along with its library.
28# This is a minor bug which probably should be fixed.
29# Note also that a few extra libraries are kept in cmd source.
30#

--- 50 unchanged lines hidden (view full) ---

81 libshell \
82 libsum \
83 librt \
84 libadm \
85 libctf \
86 libdtrace \
87 libdtrace_jni \
88 libcurses \
89 libtermcap \
88 libgen \
89 libgss \
90 libpam \
91 libuuid \
92 libthread \
93 libpthread .WAIT \
94 libslp \
95 libbsdmalloc \

--- 286 unchanged lines hidden (view full) ---

382 libc \
383 libcmd \
384 libcmdutils \
385 libcommputil \
386 libcontract \
387 libcpc \
388 libctf \
389 libcurses \
90 libgen \
91 libgss \
92 libpam \
93 libuuid \
94 libthread \
95 libpthread .WAIT \
96 libslp \
97 libbsdmalloc \

--- 286 unchanged lines hidden (view full) ---

384 libc \
385 libcmd \
386 libcmdutils \
387 libcommputil \
388 libcontract \
389 libcpc \
390 libctf \
391 libcurses \
392 libtermcap \
390 libcryptoutil \
391 libdevice \
392 libdevid \
393 libdevinfo \
394 libdiskmgt \
395 libdladm \
396 libdll \
397 libdlpi \

--- 218 unchanged lines hidden (view full) ---

616libldap5: libsasl libsocket libnsl libmd
617libsldap: libldap5 libtsol libnsl libc libscf libresolv
618libpool: libnvpair libexacct
619libpp: libast
620libzonecfg: libc libsocket libnsl libuuid libnvpair libsysevent libsec \
621 libbrand libpool libscf
622libproc: ../cmd/sgs/librtld_db ../cmd/sgs/libelf libctf
623libproject: libpool libproc libsecdb
393 libcryptoutil \
394 libdevice \
395 libdevid \
396 libdevinfo \
397 libdiskmgt \
398 libdladm \
399 libdll \
400 libdlpi \

--- 218 unchanged lines hidden (view full) ---

619libldap5: libsasl libsocket libnsl libmd
620libsldap: libldap5 libtsol libnsl libc libscf libresolv
621libpool: libnvpair libexacct
622libpp: libast
623libzonecfg: libc libsocket libnsl libuuid libnvpair libsysevent libsec \
624 libbrand libpool libscf
625libproc: ../cmd/sgs/librtld_db ../cmd/sgs/libelf libctf
626libproject: libpool libproc libsecdb
627libtermcap: libcurses
624libtsnet: libnsl libtsol libsecdb
625libwrap: libnsl libsocket
626libwanboot: libnvpair libresolv libnsl libsocket libdevinfo libinetutil \
627 libdhcputil
628libwanbootutil: libnsl
629pam_modules: libproject passwdutil smbsrv
630libscf: libuutil libmd libgen libsmbios libnsl
631libinetsvc: libscf

--- 58 unchanged lines hidden ---
628libtsnet: libnsl libtsol libsecdb
629libwrap: libnsl libsocket
630libwanboot: libnvpair libresolv libnsl libsocket libdevinfo libinetutil \
631 libdhcputil
632libwanbootutil: libnsl
633pam_modules: libproject passwdutil smbsrv
634libscf: libuutil libmd libgen libsmbios libnsl
635libinetsvc: libscf

--- 58 unchanged lines hidden ---