Makefile (97322426b5359bb3ffd4527e1ad8b2c5f7dab832) | Makefile (c5e0ece05310eec3c585344bcff875855f3f507a) |
---|---|
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 2009 Sun Microsystems, Inc. All rights reserved. | 22# Copyright 2010 Sun Microsystems, Inc. All rights reserved. |
23# Use is subject to license terms. 24# 25 26include ../Makefile.master 27 28# Note that libcurses installs commands along with its library. 29# This is a minor bug which probably should be fixed. 30# Note also that a few extra libraries are kept in cmd source. --- 608 unchanged lines hidden (view full) --- 639libzpool: libavl libumem libnvpair 640libsec: libavl libidmap 641brand: libc libsocket 642libshare: libscf libzfs libuuid libfsmgt libsecdb libumem libsmbfs 643libexacct/demo: libexacct libproject libsocket libnsl 644libtsalarm: libpcp 645smbsrv: libsocket libnsl libmd libxnet libpthread librt \ 646 libshare libidmap pkcs11 libsqlite | 23# Use is subject to license terms. 24# 25 26include ../Makefile.master 27 28# Note that libcurses installs commands along with its library. 29# This is a minor bug which probably should be fixed. 30# Note also that a few extra libraries are kept in cmd source. --- 608 unchanged lines hidden (view full) --- 639libzpool: libavl libumem libnvpair 640libsec: libavl libidmap 641brand: libc libsocket 642libshare: libscf libzfs libuuid libfsmgt libsecdb libumem libsmbfs 643libexacct/demo: libexacct libproject libsocket libnsl 644libtsalarm: libpcp 645smbsrv: libsocket libnsl libmd libxnet libpthread librt \ 646 libshare libidmap pkcs11 libsqlite |
647libvrrpadm: libsocket libdladm | 647libvrrpadm: libsocket libdladm libscf |
648libvscan: libscf 649scsi: libnvpair 650mpapi: libpthread libdevinfo libsysevent libnvpair 651sun_fc: libdevinfo libsysevent libnvpair 652libsun_ima: libdevinfo libsysevent libnsl 653sun_sas: libdevinfo libsysevent libnvpair libkstat libdevid 654libgrubmgmt: libdevinfo libzfs libfstyp 655pyzfs: libnvpair libsec libidmap libzfs --- 27 unchanged lines hidden --- | 648libvscan: libscf 649scsi: libnvpair 650mpapi: libpthread libdevinfo libsysevent libnvpair 651sun_fc: libdevinfo libsysevent libnvpair 652libsun_ima: libdevinfo libsysevent libnsl 653sun_sas: libdevinfo libsysevent libnvpair libkstat libdevid 654libgrubmgmt: libdevinfo libzfs libfstyp 655pyzfs: libnvpair libsec libidmap libzfs --- 27 unchanged lines hidden --- |