xref: /illumos-gate/usr/src/lib/librsc/sparc/Makefile (revision 241c90a0)
103831d35Sstevel#
203831d35Sstevel# CDDL HEADER START
303831d35Sstevel#
403831d35Sstevel# The contents of this file are subject to the terms of the
503831d35Sstevel# Common Development and Distribution License, Version 1.0 only
603831d35Sstevel# (the "License").  You may not use this file except in compliance
703831d35Sstevel# with the License.
803831d35Sstevel#
903831d35Sstevel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1003831d35Sstevel# or http://www.opensolaris.org/os/licensing.
1103831d35Sstevel# See the License for the specific language governing permissions
1203831d35Sstevel# and limitations under the License.
1303831d35Sstevel#
1403831d35Sstevel# When distributing Covered Code, include this CDDL HEADER in each
1503831d35Sstevel# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1603831d35Sstevel# If applicable, add the following below this CDDL HEADER, with the
1703831d35Sstevel# fields enclosed by brackets "[]" replaced with your own identifying
1803831d35Sstevel# information: Portions Copyright [yyyy] [name of copyright owner]
1903831d35Sstevel#
2003831d35Sstevel# CDDL HEADER END
2103831d35Sstevel#
2203831d35Sstevel#
2303831d35Sstevel# Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
2403831d35Sstevel# Use is subject to license terms.
2503831d35Sstevel#
2603831d35Sstevel
2703831d35SstevelSUBDIRS =	mpxu
2803831d35Sstevel
2903831d35Sstevelall :=		TARGET= all
3003831d35Sstevelclean :=	TARGET= clean
3103831d35Sstevelclobber :=	TARGET= clobber
3203831d35Sstevelinstall :=	TARGET= install
3303831d35Sstevel
34*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
3503831d35Sstevel
3603831d35Sstevel$(SUBDIRS): FRC
3703831d35Sstevel	@cd $@; pwd; $(MAKE) $(TARGET)
3803831d35Sstevel
3903831d35SstevelFRC:
40