Makefile (f6acbf7c6543dc0aab58cae1df419f0147c46d77) | Makefile (36e852a172cba914383d7341c988128b2c667fbd) |
---|---|
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 2008 Sun Microsystems, Inc. All rights reserved. | 22# Copyright 2009 Sun Microsystems, Inc. All rights reserved. |
23# Use is subject to license terms. 24# | 23# Use is subject to license terms. 24# |
25# ident "%Z%%M% %I% %E% SMI" | |
26# 27 28LIBRARY= libnisdb.a 29VERS= .2 30PROTOCOL_DIR= $(ROOT)/include/rpcsvc 31YPTOL_DIR= ./yptol 32 33SED= sed --- 12 unchanged lines hidden (view full) --- 46 db_log_entry.o db_log_entry_c_xdr.o \ 47 db_log.o \ 48 db.o \ 49 xdr_nullptr.o \ 50 db_dictionary.o db_dictionary_c_xdr.o \ 51 db_dictxdr.o db_dictlog.o db_dictlog_c_xdr.o \ 52 nis_db.o \ 53 nisdb_mt.o nisdb_rw.o \ | 25# 26 27LIBRARY= libnisdb.a 28VERS= .2 29PROTOCOL_DIR= $(ROOT)/include/rpcsvc 30YPTOL_DIR= ./yptol 31 32SED= sed --- 12 unchanged lines hidden (view full) --- 45 db_log_entry.o db_log_entry_c_xdr.o \ 46 db_log.o \ 47 db.o \ 48 xdr_nullptr.o \ 49 db_dictionary.o db_dictionary_c_xdr.o \ 50 db_dictxdr.o db_dictlog.o db_dictlog_c_xdr.o \ 51 nis_db.o \ 52 nisdb_mt.o nisdb_rw.o \ |
54 nis_hashitem.o nis_servlist.o \ | 53 nis_hashitem.o \ |
55 ldap_attr.o ldap_cto.o ldap_glob.o ldap_ldap.o \ | 54 ldap_attr.o ldap_cto.o ldap_glob.o ldap_ldap.o \ |
56 ldap_map.o ldap_nisdbquery.o ldap_nisplus.o \ | 55 ldap_map.o ldap_nisdbquery.o \ |
57 ldap_op.o ldap_parse.o ldap_print.o ldap_ruleval.o \ 58 ldap_util.o ldap_val.o ldap_xdr.o ldap_scheme.o \ 59 nis_ldap.o \ 60 nis_parse_ldap_attr.o nis_parse_ldap_conf.o \ 61 nis_parse_ldap_map.o nis_parse_ldap_util.o \ 62 nis_parse_ldap_yp_util.o \ 63 dit_access.o \ 64 dit_access_utils.o \ --- 144 unchanged lines hidden --- | 56 ldap_op.o ldap_parse.o ldap_print.o ldap_ruleval.o \ 57 ldap_util.o ldap_val.o ldap_xdr.o ldap_scheme.o \ 58 nis_ldap.o \ 59 nis_parse_ldap_attr.o nis_parse_ldap_conf.o \ 60 nis_parse_ldap_map.o nis_parse_ldap_util.o \ 61 nis_parse_ldap_yp_util.o \ 62 dit_access.o \ 63 dit_access_utils.o \ --- 144 unchanged lines hidden --- |