Makefile revision 75614fd9696d97522ed7ed8009a66eb3544d61ad
6466N/A#
6466N/A# CDDL HEADER START
6466N/A#
6466N/A# The contents of this file are subject to the terms of the
6466N/A# Common Development and Distribution License (the "License").
6466N/A# You may not use this file except in compliance with the License.
6466N/A#
6466N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6466N/A# or http://www.opensolaris.org/os/licensing.
6466N/A# See the License for the specific language governing permissions
6466N/A# and limitations under the License.
6466N/A#
6466N/A# When distributing Covered Code, include this CDDL HEADER in each
6466N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6466N/A# If applicable, add the following below this CDDL HEADER, with the
6466N/A# fields enclosed by brackets "[]" replaced with your own identifying
6466N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6466N/A#
6466N/A# CDDL HEADER END
6466N/A#
6466N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
6466N/A# Use is subject to license terms.
6466N/A#
6466N/A
6466N/AMANIFEST = ssh.xml
6466N/ASVCMETHOD = sshd
6466N/A
6466N/Ainclude ../../Makefile.cmd
6466N/Ainclude ../Makefile.ssh-common
6466N/A
6466N/ASSHASKPASS= $(ROOTLIBSSH)/ssh-askpass
6466N/AETCSSHDIR= $(ROOTETC)/ssh
6466N/ADIRS= $(ETCSSHDIR) $(ROOTLIBSSH) $(ROOTLIBSUNSSH)
6466N/A
6466N/AFILES= sshd_config ssh_config moduli
6466N/A
6466N/AETCSSHFILES= $(FILES:%=$(ETCSSHDIR)/%)
6466N/A
6466N/A$(ETCSSHFILES) := FILEMODE= 644
6466N/A
6466N/AROOTMANIFESTDIR = $(ROOTSVCNETWORK)
6466N/A
6466N/A$(ETCSSHDIR)/% : %
6466N/A $(INS.file)
6466N/A
6466N/A$(DIRS):
6466N/A $(INS.dir)
6466N/A
6466N/A$(ROOTLIBSSH)/%: %
6466N/A $(INS.file)
6466N/A
6466N/A$(POFILE):
6466N/A
6466N/Aall lint clean clobber _msg:
6466N/A
6466N/Ainstall: all $(DIRS) $(ETCSSHFILES) $(ROOTMANIFEST) $(ROOTSVCMETHOD) \
6466N/A $(SSHASKPASS)
6466N/A
6466N/Acheck: $(CHKMANIFEST)
6466N/A
6466N/Ainclude ../../Makefile.targ
6466N/A