1c9f77c52SAndy Stormont#
2c9f77c52SAndy Stormont# This file and its contents are supplied under the terms of the
3c9f77c52SAndy Stormont# Common Development and Distribution License ("CDDL"), version 1.0.
4c9f77c52SAndy Stormont# You may only use this file in accordance with the terms of version
5c9f77c52SAndy Stormont# 1.0 of the CDDL.
6c9f77c52SAndy Stormont#
7c9f77c52SAndy Stormont# A full copy of the text of the CDDL should have accompanied this
8c9f77c52SAndy Stormont# source.  A copy of the CDDL is also available via the Internet at
9c9f77c52SAndy Stormont# http://www.illumos.org/license/CDDL.
10c9f77c52SAndy Stormont#
11c9f77c52SAndy Stormont#
120ae9a84fSAndrew Stormont# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
130ae9a84fSAndrew Stormont# Copyright 2016 RackTop Systems.
14c9f77c52SAndy Stormont#
15c9f77c52SAndy Stormont
16*a5619348SRichard Loweinclude $(SRC)/Makefile.master
17c9f77c52SAndy Stormont
18*a5619348SRichard LoweSUBDIRS=
19*a5619348SRichard Lowe$(BUILDPERL32)SUBDIRS += $(MACH)
20*a5619348SRichard Lowe$(BUILDPERL64)SUBDIRS += $(MACH64)
21c9f77c52SAndy Stormont
22*a5619348SRichard Loweall :=		TARGET = all
23*a5619348SRichard Loweinstall :=	TARGET = install
24*a5619348SRichard Loweclean :=	TARGET = clean
25*a5619348SRichard Loweclobber :=	TARGET = clobber
26c9f77c52SAndy Stormont
27*a5619348SRichard Loweall install clean clobber: $(SUBDIRS)
28c9f77c52SAndy Stormont
29*a5619348SRichard Lowe$(SUBDIRS): FRC
30*a5619348SRichard Lowe	@cd $@; pwd; $(MAKE) $(TARGET)
31c9f77c52SAndy Stormont
32*a5619348SRichard LoweFRC:
33