341N/A#
341N/A# CDDL HEADER START
341N/A#
341N/A# The contents of this file are subject to the terms of the
910N/A# Common Development and Distribution License (the "License").
810N/A# You may not use this file except in compliance with the License.
341N/A#
341N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
341N/A# or http://www.opensolaris.org/os/licensing.
341N/A# See the License for the specific language governing permissions
341N/A# and limitations under the License.
341N/A#
341N/A# When distributing Covered Code, include this CDDL HEADER in each
341N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
341N/A# If applicable, add the following below this CDDL HEADER, with the
341N/A# fields enclosed by brackets "[]" replaced with your own identifying
341N/A# information: Portions Copyright [yyyy] [name of copyright owner]
341N/A#
341N/A# CDDL HEADER END
341N/A#
341N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
341N/A# Use is subject to license terms.
341N/A#
341N/A
341N/APROG= prtconf
341N/A
341N/Ainclude ../Makefile.cmd
341N/A
341N/A$(64ONLY)SUBDIRS= $(MACH)
341N/A$(BUILD64)SUBDIRS += $(MACH64)
341N/A
341N/Aall := TARGET = all
341N/Ainstall := TARGET = install
341N/Aclean := TARGET = clean
341N/Aclobber := TARGET = clobber
493N/Alint := TARGET = lint
341N/A
341N/ARELUSRSBIN= ../usr/sbin
851N/AROOTSYMLINK= $(ROOTETC)/$(PROG)
341N/A
911N/AFILEMODE= 0555
911N/A
911N/A.KEEP_STATE:
911N/A
341N/Aall: $(SUBDIRS)
341N/A
851N/A$(ROOTSYMLINK):
341N/A -$(RM) $@; $(SYMLINK) $(RELUSRSBIN)/$(PROG) $@
341N/A
341N/Aclean clobber lint: $(SUBDIRS)
341N/A
341N/Ainstall: $(SUBDIRS) $(ROOTSYMLINK)
341N/A -$(RM) $(ROOTUSRSBINPROG)
341N/A -$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG)
341N/A
392N/A$(SUBDIRS): FRC
604N/A @cd $@; pwd; $(MAKE) $(TARGET)
646N/A
812N/AFRC:
688N/A
688N/Ainclude ../Makefile.targ
688N/A