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 LoweCFLAGS += $(CCVERBOSE) 16*3625efb1SRichard LoweCPPFLAGS += -I$(MAKE_INCLUDE) $(MAKE_DEFS) 17*3625efb1SRichard Lowe 18*3625efb1SRichard Lowe# So that it's set even for the libraries we build 19*3625efb1SRichard LoweTEXT_DOMAIN = SUNW_OST_OSCMD 20*3625efb1SRichard Lowe 21*3625efb1SRichard Lowe$(POFILE): $(POFILES) 22*3625efb1SRichard Lowe $(CAT) $(POFILES) > $@ 23