xref: /titanic_50/usr/src/cmd/dfs.cmds/sharectl/Makefile (revision b6805bf78d2bbbeeaea8909a05623587b42d58b3)
16185db85Sdougm#
26185db85Sdougm# CDDL HEADER START
36185db85Sdougm#
46185db85Sdougm# The contents of this file are subject to the terms of the
56185db85Sdougm# Common Development and Distribution License (the "License").
66185db85Sdougm# You may not use this file except in compliance with the License.
76185db85Sdougm#
86185db85Sdougm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
96185db85Sdougm# or http://www.opensolaris.org/os/licensing.
106185db85Sdougm# See the License for the specific language governing permissions
116185db85Sdougm# and limitations under the License.
126185db85Sdougm#
136185db85Sdougm# When distributing Covered Code, include this CDDL HEADER in each
146185db85Sdougm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
156185db85Sdougm# If applicable, add the following below this CDDL HEADER, with the
166185db85Sdougm# fields enclosed by brackets "[]" replaced with your own identifying
176185db85Sdougm# information: Portions Copyright [yyyy] [name of copyright owner]
186185db85Sdougm#
196185db85Sdougm# CDDL HEADER END
206185db85Sdougm#
216185db85Sdougm#
226185db85Sdougm# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
236185db85Sdougm# Use is subject to license terms.
246185db85Sdougm#
256185db85SdougmDEFAULTFILES =
266185db85Sdougm
276185db85Sdougminclude ../../Makefile.cmd
286185db85Sdougm
296185db85Sdougm#
306185db85Sdougm# One for each ISA.
316185db85Sdougm#
326185db85SdougmSUBDIRS =	$(MACH)
336185db85Sdougm
346185db85Sdougmall	:=	TARGET= all
356185db85Sdougminstall	:=	TARGET= install
366185db85Sdougmclean	:=	TARGET= clean
376185db85Sdougmclobber	:=	TARGET= clobber
386185db85Sdougm_msg	:=	TARGET= _msg
396185db85Sdougmlint	:=	TARGET= lint
406185db85Sdougm
416185db85Sdougm.KEEP_STATE:
426185db85Sdougm
43*b6805bf7SGordon Rossall clean lint _msg:	$(SUBDIRS)
44*b6805bf7SGordon Ross
45*b6805bf7SGordon Rossclobber: $(SUBDIRS)
46*b6805bf7SGordon Ross	$(RM) sharectl.po
476185db85Sdougm
486185db85Sdougminstall: $(SUBDIRS) $(ROOTETCDEFAULTFILES)
496185db85Sdougm
506185db85Sdougm$(SUBDIRS):	FRC
516185db85Sdougm	@cd $@; pwd; $(MAKE) $(TARGET)
526185db85Sdougm
536185db85SdougmFRC:
54