122028508SToomas Soome# 222028508SToomas Soome# This file and its contents are supplied under the terms of the 322028508SToomas Soome# Common Development and Distribution License ("CDDL"), version 1.0. 422028508SToomas Soome# You may only use this file in accordance with the terms of version 522028508SToomas Soome# 1.0 of the CDDL. 622028508SToomas Soome# 722028508SToomas Soome# A full copy of the text of the CDDL should have accompanied this 822028508SToomas Soome# source. A copy of the CDDL is also available via the Internet at 922028508SToomas Soome# http://www.illumos.org/license/CDDL. 1022028508SToomas Soome# 1122028508SToomas Soome 1222028508SToomas Soome# 1322028508SToomas Soome# Copyright 2016 Toomas Soome <tsoome@me.com> 1422028508SToomas Soome# Copyright 2016 RackTop Systems. 1522028508SToomas Soome# Copyright 2019 Joyent, Inc. 1622028508SToomas Soome# 1722028508SToomas Soome 1822028508SToomas SoomeMACHINE= $(MACH) 1922028508SToomas Soome 2022028508SToomas Soomeall: libefi.a 2122028508SToomas Soome 22*4ac2186dSToomas SoomeOBJS= time.o 2322028508SToomas Soomeinclude ../Makefile.com 2422028508SToomas Soome 2522028508SToomas SoomeCFLAGS += -m32 2622028508SToomas Soome 2722028508SToomas SoomeCLEANFILES += machine x86 2822028508SToomas Soome 2922028508SToomas Soome$(OBJS): machine x86 30