Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# CDDL HEADER START
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# The contents of this file are subject to the terms of the
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# Common Development and Distribution License, Version 1.0 only
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# (the "License"). You may not use this file except in compliance
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# with the License.
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# or http://www.opensolaris.org/os/licensing.
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# See the License for the specific language governing permissions
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# and limitations under the License.
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# When distributing Covered Code, include this CDDL HEADER in each
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# If applicable, add the following below this CDDL HEADER, with the
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# fields enclosed by brackets "[]" replaced with your own identifying
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# information: Portions Copyright [yyyy] [name of copyright owner]
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# CDDL HEADER END
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#pragma ident "%Z%%M% %I% %E% SMI"
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny#
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozek# Use is subject to license terms.
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozek
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub HrozekPROG= des
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zelenyinclude ../Makefile.cmd
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan ZelenyLDLIBS += -lcrypt
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozek.KEEP_STATE:
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozek
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozekall: $(PROG)
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozek
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zelenyinstall: all $(ROOTPROG)
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zeleny
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zelenyclean:
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozek
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zelenylint: lint_PROG
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozek
c0f9698cd951b7223f251ff2511c4b22a6e4ba60Jan Zelenyinclude ../Makefile.targ
8ba8222afca3026fd67af08e224b1d9e848aceaaJakub Hrozek