Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# CDDL HEADER START
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# The contents of this file are subject to the terms of the
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# Common Development and Distribution License (the "License").
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# You may not use this file except in compliance with the License.
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# See the License for the specific language governing permissions
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# and limitations under the License.
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# When distributing Covered Code, include this CDDL HEADER in each
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# If applicable, add the following below this CDDL HEADER, with the
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# fields enclosed by brackets "[]" replaced with your own identifying
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# information: Portions Copyright [yyyy] [name of copyright owner]
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# CDDL HEADER END
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# Use is subject to license terms.
ded3903ab1e55f8a983d4e7741ef55504c487d69Kryštof Tulinger# ident "%Z%%M% %I% %E% SMI"
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik#installed directories
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# include library definitions
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik#LDLIBS += -lrpcsvc -lnsl -lcrypt -lintl -lgen
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# Pick up includes from library
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# This file is now in the $(SRC)/head/rpcsvc directory.
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik#IHDRFILE= $(HDRFILE:%=$(RPCSVC)/%)
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik#YPPASSMGMTOBJ = passmgmt.o
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# Objects shared between all the major components
6b33d05722eb4875697a301457983e92d2d313f8Jorgen AustvikSHAREDOBJ= ../shared/utils.o ../shared/lockmap.o ../shared/ancil.o
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik # $(YPPWCONVOBJ) $(YPPASSMGMTOBJ)
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik#conditional assignments
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik#install rules
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvikrpc.yppasswdd: $(RPCYPPASSWDDOBJ) $(COMMONOBJ)
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvikinstall: all $(ROOTDIRS) $(IBINPROG) $(INETYPPROG) $(ROOTETCDEFAULTFILES) \
6b33d05722eb4875697a301457983e92d2d313f8Jorgen Austvik# include library targets