Makefile revision ceb97a6a3232437e1f0b4c6b8604bc1b4245ccc5
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# CDDL HEADER START
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# The contents of this file are subject to the terms of the
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# Common Development and Distribution License (the "License").
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# You may not use this file except in compliance with the License.
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# See the License for the specific language governing permissions
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# and limitations under the License.
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# When distributing Covered Code, include this CDDL HEADER in each
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# If applicable, add the following below this CDDL HEADER, with the
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# fields enclosed by brackets "[]" replaced with your own identifying
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# information: Portions Copyright [yyyy] [name of copyright owner]
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# CDDL HEADER END
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# Use is subject to license terms.
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael Graff# ident "%Z%%M% %I% %E% SMI"
ed019cabc1cc75d4412010c331876e4ae5080a4dDavid LawrenceNETYPPROG = ypbind ypxfr yppush udpublickey mkalias \
64bed6c54393c2d213db83e9b171fb7c318cfc8eMichael GraffPROG= $(BINPROG) $(SBINPROG) $(NETYPPROG) $(NIS2LDAPPROG) $(SVCMETHOD)
e4f074a2c2340ea80099beebecc3b89aa234fa8fMichael Graff# installed directories
e4f074a2c2340ea80099beebecc3b89aa234fa8fMichael GraffROOTDIRS = $(ROOT) $(ROOTUSR) $(ROOTLIB) $(ROOTETC) $(ROOTVAR) \
8cd870e3f5e3db9808a4a0d6f98db3d1a5348e40Michael Graff $(NETSVC) $(NETYP) $(ROOTVAR_YP) $(ROOTBINDING) \
58ff88cca7c169f7fbebc9b6e93bbba1fb345157Michael GraffTXTS= $(ETCFILES:%=net_files/%) $(YPFILES:%=net_files/%)
e4f074a2c2340ea80099beebecc3b89aa234fa8fMichael GraffSUBDIRS = yppasswd mknetid revnetgroup ypupdated yp2lscripts
e4f074a2c2340ea80099beebecc3b89aa234fa8fMichael GraffYPBINDOBJ= yp_b_svc.o yp_b_subr.o rpc_bootstrap.o getlist.o
e4f074a2c2340ea80099beebecc3b89aa234fa8fMichael Graff# Some sort of obsolete idea of common files which are only now used by a
e4f074a2c2340ea80099beebecc3b89aa234fa8fMichael Graff# few minor utilities
#COMMONCLNTOBJ = clnt_create_rsvd.o
$(ROOTVAR_YP)/% \
$(INS.file)
$(INS.file)
$(NETYP)/%: %
$(INS.file)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(ROOTDIRS):
$(INS.dir)
FRC: