Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
1117N/A#
1117N/A# CDDL HEADER START
1117N/A#
1117N/A# The contents of this file are subject to the terms of the
1117N/A# Common Development and Distribution License (the "License").
1447N/A# You may not use this file except in compliance with the License.
1117N/A#
1117N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1117N/A# or http://www.opensolaris.org/os/licensing.
1117N/A# See the License for the specific language governing permissions
1117N/A# and limitations under the License.
1117N/A#
1117N/A# When distributing Covered Code, include this CDDL HEADER in each
1117N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1117N/A# If applicable, add the following below this CDDL HEADER, with the
1117N/A# fields enclosed by brackets "[]" replaced with your own identifying
1117N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1117N/A#
1117N/A# CDDL HEADER END
1117N/A#
1117N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
1117N/A# Use is subject to license terms.
1117N/A#
1117N/A
1117N/ASHFILES= getmajor
1117N/AALL= $(SHFILES)
1117N/ACLOBBERFILES= $(ALL)
1117N/A
1117N/Ainclude ../Makefile.cmd
1117N/A
1117N/AUSRSBINF= getmajor
1117N/A
1117N/AFILEMODE= 0755
1117N/A
1117N/AROOTUSRSBINF= $(USRSBINF:%=$(ROOTUSRSBIN)/%)
1117N/A
1117N/A.KEEP_STATE:
1117N/A
1117N/Aall: $(ALL)
1117N/A
1117N/Ainstall: $(ALL) $(ROOTUSRSBINF)
1117N/A
1117N/AFRC:
1117N/A
1117N/Aclean lint:
1117N/A
1117N/Ainclude ../Makefile.targ
1117N/A