Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt#
e20788e1216ed720aefa84f3295f7899d9f28c22Mark Andrews# CDDL HEADER START
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt#
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# The contents of this file are subject to the terms of the
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# Common Development and Distribution License (the "License").
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# You may not use this file except in compliance with the License.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt#
e20788e1216ed720aefa84f3295f7899d9f28c22Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e20788e1216ed720aefa84f3295f7899d9f28c22Mark Andrews# or http://www.opensolaris.org/os/licensing.
e20788e1216ed720aefa84f3295f7899d9f28c22Mark Andrews# See the License for the specific language governing permissions
e20788e1216ed720aefa84f3295f7899d9f28c22Mark Andrews# and limitations under the License.
e20788e1216ed720aefa84f3295f7899d9f28c22Mark Andrews#
e20788e1216ed720aefa84f3295f7899d9f28c22Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
e20788e1216ed720aefa84f3295f7899d9f28c22Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt#
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# CDDL HEADER END
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt#
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt# Use is subject to license terms.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt#
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan HuntPROG= getdevpolicy
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntinclude ../Makefile.cmd
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan HuntFILEMODE = 0555
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt.KEEP_STATE:
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntall: $(PROG)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntinstall: all $(ROOTUSRSBINPROG)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntclean:
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntlint: lint_PROG
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Huntinclude ../Makefile.targ
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt