Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
4439N/A#
4439N/A# CDDL HEADER START
4439N/A#
4439N/A# The contents of this file are subject to the terms of the
4439N/A# Common Development and Distribution License, Version 1.0 only
4439N/A# (the "License"). You may not use this file except in compliance
4439N/A# with the License.
4439N/A#
4439N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4439N/A# or http://www.opensolaris.org/os/licensing.
4439N/A# See the License for the specific language governing permissions
4439N/A# and limitations under the License.
4439N/A#
4439N/A# When distributing Covered Code, include this CDDL HEADER in each
4439N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4439N/A# If applicable, add the following below this CDDL HEADER, with the
4439N/A# fields enclosed by brackets "[]" replaced with your own identifying
4439N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4439N/A#
4439N/A# CDDL HEADER END
4439N/A#
4439N/A#
4439N/A#ident "%Z%%M% %I% %E% SMI"
4439N/A#
4439N/A# Copyright (c) 1996-2000 by Sun Microsystems, Inc.
4439N/A# All rights reserved.
4439N/A#
4439N/A
4439N/Ainclude ../../Makefile.cmd
4439N/A
4439N/ATXTS=
4439N/AGSSTXTS= mech qop gsscred.conf
4439N/AKRB5TXTS= warn.conf krb5.conf kdc.conf kpropd.acl kadm5.acl
4439N/A
4439N/AIETCFILES= $(TXTS:%=$(ROOTETC)/%)
4439N/AIETCGSSFILES= $(GSSTXTS:%=$(ROOTETC)/gss/%)
4439N/AIETCKRB5FILES= $(KRB5TXTS:%=$(ROOTETC)/krb5/%)
4439N/AGSSDIR= $(ROOTETC)/gss
4439N/AKRB5DIR= $(ROOTETC)/krb5
4439N/A
4439N/AFILEMODE= 0644
4445N/AOWNER= root
4445N/AGROUP= sys
4445N/A
4445N/A
4439N/A.KEEP_STATE:
4439N/A
4439N/Aall: $(TXTS) $(GSSTXTS) dummy_mech_token.conf
dummy_mech_token.conf: dummy_mech_token.conf.sh
$(RM) $@
sh dummy_mech_token.conf.sh
install: all $(GSSDIR) $(KRB5DIR) $(IETCFILES) $(IETCGSSFILES) $(IETCKRB5FILES)
install_h:
$(GSSDIR):
$(INS.dir)
$(KRB5DIR):
$(INS.dir)
$(ROOTETC)/%: %
$(INS.file)
$(ROOTETC)/gss/%: %
$(INS.file)
$(ROOTETC)/krb5/%: %
$(INS.file)
FRC:
include ../../Makefile.targ
CLOBBERFILES += dummy_mech_token.conf
clean lint: