1*fd8de277SRobert Mustacchi# 2*fd8de277SRobert Mustacchi# This file and its contents are supplied under the terms of the 3*fd8de277SRobert Mustacchi# Common Development and Distribution License ("CDDL"), version 1.0. 4*fd8de277SRobert Mustacchi# You may only use this file in accordance with the terms of version 5*fd8de277SRobert Mustacchi# 1.0 of the CDDL. 6*fd8de277SRobert Mustacchi# 7*fd8de277SRobert Mustacchi# A full copy of the text of the CDDL should have accompanied this 8*fd8de277SRobert Mustacchi# source. A copy of the CDDL is also available via the Internet at 9*fd8de277SRobert Mustacchi# http://www.illumos.org/license/CDDL. 10*fd8de277SRobert Mustacchi# 11*fd8de277SRobert Mustacchi 12*fd8de277SRobert Mustacchi# 13*fd8de277SRobert Mustacchi# Copyright 2016 Joyent, Inc. 14*fd8de277SRobert Mustacchi# 15*fd8de277SRobert Mustacchi 16*fd8de277SRobert Mustacchiinclude $(SRC)/Makefile.master 17*fd8de277SRobert MustacchiSUBDIRS = ia32 18*fd8de277SRobert Mustacchi$(BUILD64)SUBDIRS += $(MACH64) 19*fd8de277SRobert Mustacchiinclude ../../../Makefile.subdirs 20