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