Makefile revision 694c35faa87b858ecdadfe4fc592615f4eefbb07
246N/A#
246N/A# CDDL HEADER START
246N/A#
281N/A# The contents of this file are subject to the terms of the
281N/A# Common Development and Distribution License, Version 1.0 only
246N/A# (the "License"). You may not use this file except in compliance
131N/A# with the License.
131N/A#
131N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
131N/A# or http://www.opensolaris.org/os/licensing.
131N/A# See the License for the specific language governing permissions
131N/A# and limitations under the License.
131N/A#
131N/A# When distributing Covered Code, include this CDDL HEADER in each
131N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
131N/A# If applicable, add the following below this CDDL HEADER, with the
131N/A# fields enclosed by brackets "[]" replaced with your own identifying
131N/A# information: Portions Copyright [yyyy] [name of copyright owner]
131N/A#
131N/A# CDDL HEADER END
131N/A#
131N/A#
131N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
131N/A# Use is subject to license terms.
131N/A#
144N/A
131N/APROG= crypt
131N/A
246N/Ainclude ../Makefile.cmd
131N/A
131N/ALDLIBS += -lcrypt
183N/A
183N/A.KEEP_STATE:
131N/A
131N/Aall: $(PROG)
131N/A
131N/Ainstall: all $(ROOTPROG)
131N/A
340N/Aclean:
340N/A
131N/Alint: lint_PROG
131N/A
131N/Ainclude ../Makefile.targ
246N/A