246N/A#
246N/A# CDDL HEADER START
246N/A#
246N/A# The contents of this file are subject to the terms of the
246N/A# Common Development and Distribution License, Version 1.0 only
246N/A# (the "License"). You may not use this file except in compliance
246N/A# with the License.
246N/A#
246N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
246N/A# or http://www.opensolaris.org/os/licensing.
246N/A# See the License for the specific language governing permissions
246N/A# and limitations under the License.
246N/A#
246N/A# When distributing Covered Code, include this CDDL HEADER in each
246N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
246N/A# If applicable, add the following below this CDDL HEADER, with the
246N/A# fields enclosed by brackets "[]" replaced with your own identifying
246N/A# information: Portions Copyright [yyyy] [name of copyright owner]
246N/A#
246N/A# CDDL HEADER END
246N/A#
246N/A#
3817N/A# Copyright (c) 1999 by Sun Microsystems, Inc. All rights reserved.
246N/A#
246N/A# ident "%Z%%M% %I% %E% SMI"
246N/A#
246N/A
246N/APROG= roles
246N/ASRCS= $(PROG:%=%.c)
618N/AROLES= roles
246N/A
246N/Ainclude ../Makefile.cmd
844N/A
844N/AROOTBINROLES = $(ROLES:%=$(ROOTBIN)/%)
246N/A
1258N/A.KEEP_STATE:
246N/A
2899N/ACPPFLAGS += -D_REENTRANT
2899N/ALDLIBS += -lsecdb
246N/A
246N/Aall: $(PROG)
246N/A
3817N/Ainstall: all $(ROOTBINROLES)
3817N/A
3817N/Aclean:
246N/A
246N/Alint: lint_SRCS
246N/A
246N/Ainclude ../Makefile.targ
246N/A