xref: /illumos-gate/usr/src/lib/getloginx/Makefile (revision 241c90a0)
10a1278f2SGary Mills#
20a1278f2SGary Mills# CDDL HEADER START
30a1278f2SGary Mills#
40a1278f2SGary Mills# The contents of this file are subject to the terms of the
50a1278f2SGary Mills# Common Development and Distribution License (the "License").
60a1278f2SGary Mills# You may not use this file except in compliance with the License.
70a1278f2SGary Mills#
80a1278f2SGary Mills# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
90a1278f2SGary Mills# or http://www.opensolaris.org/os/licensing.
100a1278f2SGary Mills# See the License for the specific language governing permissions
110a1278f2SGary Mills# and limitations under the License.
120a1278f2SGary Mills#
130a1278f2SGary Mills# When distributing Covered Code, include this CDDL HEADER in each
140a1278f2SGary Mills# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
150a1278f2SGary Mills# If applicable, add the following below this CDDL HEADER, with the
160a1278f2SGary Mills# fields enclosed by brackets "[]" replaced with your own identifying
170a1278f2SGary Mills# information: Portions Copyright [yyyy] [name of copyright owner]
180a1278f2SGary Mills#
190a1278f2SGary Mills# CDDL HEADER END
200a1278f2SGary Mills#
210a1278f2SGary Mills#
220a1278f2SGary Mills# Copyright (c) 2013 Gary Mills
230a1278f2SGary Mills#
240a1278f2SGary Mills# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
250a1278f2SGary Mills# Use is subject to license terms.
260a1278f2SGary Mills#
270a1278f2SGary Mills
280a1278f2SGary Millsinclude	../Makefile.lib
290a1278f2SGary Mills
300a1278f2SGary MillsSUBDIRS=	$(MACH)
310a1278f2SGary Mills$(BUILD64)SUBDIRS += $(MACH64)
320a1278f2SGary Mills
330a1278f2SGary Millsall :=		TARGET= all
340a1278f2SGary Millsinstall :=	TARGET= install
350a1278f2SGary Millsclean :=	TARGET= clean
360a1278f2SGary Millsclobber :=	TARGET= clobber
370a1278f2SGary Mills
380a1278f2SGary Mills.KEEP_STATE:
390a1278f2SGary Mills
40*241c90a0SRichard Loweall install clean clobber: $(SUBDIRS)
410a1278f2SGary Mills
420a1278f2SGary Mills$(SUBDIRS):	FRC
430a1278f2SGary Mills	@cd $@; pwd; $(MAKE) $(TARGET)
440a1278f2SGary Mills
450a1278f2SGary MillsFRC:
46