1*3625efb1SRichard Lowe# 2*3625efb1SRichard Lowe# This file and its contents are supplied under the terms of the 3*3625efb1SRichard Lowe# Common Development and Distribution License ("CDDL"), version 1.0. 4*3625efb1SRichard Lowe# You may only use this file in accordance with the terms of version 5*3625efb1SRichard Lowe# 1.0 of the CDDL. 6*3625efb1SRichard Lowe# 7*3625efb1SRichard Lowe# A full copy of the text of the CDDL should have accompanied this 8*3625efb1SRichard Lowe# source. A copy of the CDDL is also available via the Internet at 9*3625efb1SRichard Lowe# http://www.illumos.org/license/CDDL. 10*3625efb1SRichard Lowe# 11*3625efb1SRichard Lowe 12*3625efb1SRichard Lowe# Copyright 2015, Richard Lowe. 13*3625efb1SRichard Lowe 14*3625efb1SRichard LoweMAKE_INCLUDE= $(SRC)/cmd/make/include 15*3625efb1SRichard Lowe 16*3625efb1SRichard LoweCC = $(NATIVECC) 17*3625efb1SRichard LoweCCC = $(NATIVECCC) 18*3625efb1SRichard LoweCFLAGS = $(NATIVE_CFLAGS) 19*3625efb1SRichard LoweCFLAGS += $(CCVERBOSE) 20*3625efb1SRichard LoweCPPFLAGS = $(CPPFLAGS.native) 21*3625efb1SRichard LoweCPPFLAGS += -I$(MAKE_INCLUDE) $(MAKE_DEFS) 22