Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# The contents of this file are subject to the terms of the
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# Common Development and Distribution License (the "License").
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic# You may not use this file except in compliance with the License.
4da61833a1cbbca94094f9653fd970582b97a72etrawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4da61833a1cbbca94094f9653fd970582b97a72etrawick# See the License for the specific language governing permissions
4da61833a1cbbca94094f9653fd970582b97a72etrawick# and limitations under the License.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# When distributing Covered Code, include this CDDL HEADER in each
4789804be088bcd86ae637a29cdb7fda25169521jailletc# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4789804be088bcd86ae637a29cdb7fda25169521jailletc# If applicable, add the following below this CDDL HEADER, with the
4789804be088bcd86ae637a29cdb7fda25169521jailletc# fields enclosed by brackets "[]" replaced with your own identifying
e50c3026198fd496f183cda4c32a202925476778covener# information: Portions Copyright [yyyy] [name of copyright owner]
e50c3026198fd496f183cda4c32a202925476778covener# CDDL HEADER END
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin# Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
69301145375a889e7e37caf7cc7321ac0f91801erpluemLIBPROG= $(AUTO) $(MOUNT) $(DFSHARES) $(SHARE) $(UNSHARE)
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sfMFSTINSTALL= $(SMFMANIFEST:%=$(ROOTSVCSYSTEM)/filesystem/%)
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavicOTHERINSTALL= $(MAPINSTALL) $(LINKINSTALL) $(ROOTETCDEFAULTFILES) \
5d1ba75b8794925e67591c209085a49279791de9covener autod_parse.o autod_mount.o autod_nfs.o nfs_cast.o \
5d1ba75b8794925e67591c209085a49279791de9covener autod_autofs.o autod_xdr.o autod_readdir.o autod_lookup.o \
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrandTYPEOBJS= $(LOCAL) $(COMMON) replica.o nfs_sec.o nfs_resolve.o nfs_subr.o \
1e2d421a36999d292042a5539971070d54aa6c63ylavic$(TYPEPROG) := LDLIBS += -lrpcsvc -lsocket -lnsl -lsldap -lkstat -lscf
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedoohCPPFLAGS= -I. -I.. -I../nfs/lib $(CPPFLAGS.master) -D_REENTRANT \
e466c40e1801982602ee0200c9e8b61cc148742djailletc ../nfs/lib/nfs_subr.c $(FSLIBSRC) ../nfs/lib/selfcheck.c \
0451df5dc50fa5d8b3e07d92ee6a92e36a1181a5niq { void DUMP_IT(void) = 1000000; } = 2; } = 100099;"
259878293a997ff49f5ddfc53d3739cbdc25444ecovener cd $(BUILDDIR); $(RM) *.[ch] makefile.malloc_dump ; rpcgen -a `basename $(XFILE)
259878293a997ff49f5ddfc53d3739cbdc25444ecovener cd $(BUILDDIR); $(MAKE) -f makefile.malloc_dump `basename $@`
1b988c41ee505962781d110a3e4c2c90f1ea0aa4covener $(SED) -e 's/pr_msg/gettext/' `$(GREP) -l "pr_msg|gettext" *.[ch]` | \
b8efdc95bec9cf089aa1be0bfd07d46aa1137a7acovener $(SED) -e '/^# msg/d' -e '/^domain/d' < messages.po > $@