Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# CDDL HEADER START
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# The contents of this file are subject to the terms of the
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Common Development and Distribution License (the "License").
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# You may not use this file except in compliance with the License.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# or http://www.opensolaris.org/os/licensing.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# See the License for the specific language governing permissions
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# and limitations under the License.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# When distributing Covered Code, include this CDDL HEADER in each
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# If applicable, add the following below this CDDL HEADER, with the
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# CDDL HEADER END
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Use is subject to license terms.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncinclude ../../Makefile.cmd
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncFILEMODE = 0444
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncSRCS = \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync fs_include.sh \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync ipf_include.sh \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync net_include.sh \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync routing_include.sh \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync sendmail_include.sh \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync smf_include.sh
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncSCRIPTS = $(SRCS:%=$(ROOT)/lib/svc/share/%)
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncPROG = netservices
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync$(ROOTUSRSBINPROG) := FILEMODE= 0555
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncinstall: all $(SCRIPTS) $(ROOTUSRSBINPROG)
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync$(ROOT)/lib/svc/share/%: %
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync $(INS.file)
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncall: $(PROG)
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsynclint _msg:
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncclobber clean:
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync $(RM) $(PROG)
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync