xref: /illumos-gate/usr/src/cmd/sdpadm/Makefile (revision bc98fec6)
174e20cfeSnh#
274e20cfeSnh# CDDL HEADER START
374e20cfeSnh#
474e20cfeSnh# The contents of this file are subject to the terms of the
574e20cfeSnh# Common Development and Distribution License (the "License").
674e20cfeSnh# You may not use this file except in compliance with the License.
774e20cfeSnh#
874e20cfeSnh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
974e20cfeSnh# or http://www.opensolaris.org/os/licensing.
1074e20cfeSnh# See the License for the specific language governing permissions
1174e20cfeSnh# and limitations under the License.
1274e20cfeSnh#
1374e20cfeSnh# When distributing Covered Code, include this CDDL HEADER in each
1474e20cfeSnh# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1574e20cfeSnh# If applicable, add the following below this CDDL HEADER, with the
1674e20cfeSnh# fields enclosed by brackets "[]" replaced with your own identifying
1774e20cfeSnh# information: Portions Copyright [yyyy] [name of copyright owner]
1874e20cfeSnh#
1974e20cfeSnh# CDDL HEADER END
2074e20cfeSnh#
2174e20cfeSnh#
22*bc98fec6SLida.Horn# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
2374e20cfeSnh# Use is subject to license terms.
2474e20cfeSnh#
2574e20cfeSnh
26*bc98fec6SLida.HornPROG= sdpadm
2774e20cfeSnh
2874e20cfeSnhETCFILES = sdp.conf
2974e20cfeSnhROOTETC = $(ROOT)/etc
3074e20cfeSnh
3174e20cfeSnhFILEMODE = 0555
3274e20cfeSnhOWNER = root
3374e20cfeSnhGROUP = bin
3474e20cfeSnh
3574e20cfeSnhROOTETCFILES= $(ETCFILES:%=$(ROOTETC)/%)
3674e20cfeSnh$(ROOTETCFILES) := FILEMODE= 644
3774e20cfeSnh
38*bc98fec6SLida.Horninclude ../Makefile.cmd
39*bc98fec6SLida.Horn
40*bc98fec6SLida.HornCFLAGS	+= $(CCVERBOSE)
4174e20cfeSnh
4274e20cfeSnh.KEEP_STATE:
4374e20cfeSnh
4474e20cfeSnhall: $(PROG) $(ETCFILES)
4574e20cfeSnh
4674e20cfeSnhinstall: all $(ROOTUSRSBINPROG) $(ROOTETCFILES)
4774e20cfeSnh
4874e20cfeSnhclean:
4974e20cfeSnh
50*bc98fec6SLida.Hornlint:	lint_PROG
5174e20cfeSnh
52*bc98fec6SLida.Horninclude ../Makefile.targ
53