Makefile revision ed5289f91b9bf164dccd6c75398362be77a4478d
2cacab200fb387e290386593d9b2fca2e7beef33csovant# CDDL HEADER START
2cacab200fb387e290386593d9b2fca2e7beef33csovant# The contents of this file are subject to the terms of the
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Common Development and Distribution License (the "License").
2cacab200fb387e290386593d9b2fca2e7beef33csovant# You may not use this file except in compliance with the License.
2cacab200fb387e290386593d9b2fca2e7beef33csovant# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# See the License for the specific language governing permissions
2cacab200fb387e290386593d9b2fca2e7beef33csovant# and limitations under the License.
2cacab200fb387e290386593d9b2fca2e7beef33csovant# When distributing Covered Code, include this CDDL HEADER in each
2cacab200fb387e290386593d9b2fca2e7beef33csovant# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# If applicable, add the following below this CDDL HEADER, with the
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
2cacab200fb387e290386593d9b2fca2e7beef33csovant# CDDL HEADER END
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
2cacab200fb387e290386593d9b2fca2e7beef33csovant# Use is subject to license terms.
2cacab200fb387e290386593d9b2fca2e7beef33csovant# ident "%Z%%M% %I% %E% SMI"
2cacab200fb387e290386593d9b2fca2e7beef33csovantK_OBJS = setkey.o detach.o key_generic.o keyserv_cache.o
23f633e1b8cc53fdac740eca4ab7e0341890bba2csovantOBJS = $(KEYSERVOBJS) $(KEYLOGOUTOBJS) $(KEYLOGINOBJS) $(CHKEYOBJS) \
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
-o $@ $(LDLIBS)
$(POST_PROCESS)
$(POST_PROCESS)
$(POST_PROCESS)
$(ROOTMANIFEST)