184ab085aSmws# 284ab085aSmws# CDDL HEADER START 384ab085aSmws# 484ab085aSmws# The contents of this file are subject to the terms of the 5ae115bc7Smrj# Common Development and Distribution License (the "License"). 6ae115bc7Smrj# You may not use this file except in compliance with the License. 784ab085aSmws# 884ab085aSmws# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 984ab085aSmws# or http://www.opensolaris.org/os/licensing. 1084ab085aSmws# See the License for the specific language governing permissions 1184ab085aSmws# and limitations under the License. 1284ab085aSmws# 1384ab085aSmws# When distributing Covered Code, include this CDDL HEADER in each 1484ab085aSmws# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 1584ab085aSmws# If applicable, add the following below this CDDL HEADER, with the 1684ab085aSmws# fields enclosed by brackets "[]" replaced with your own identifying 1784ab085aSmws# information: Portions Copyright [yyyy] [name of copyright owner] 1884ab085aSmws# 1984ab085aSmws# CDDL HEADER END 2084ab085aSmws# 2184ab085aSmws# 22ae115bc7Smrj# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23ae115bc7Smrj# Use is subject to license terms. 24ae115bc7Smrj# 25*caf590b5SRobert Mustacchi# Copyright 2015 Joyent, Inc. 26*caf590b5SRobert Mustacchi# 2784ab085aSmws 28ae115bc7SmrjSRCDIR = .. 2984ab085aSmws 30ae115bc7Smrjinclude $(SRCDIR)/Makefile.com 31ae115bc7Smrj 32ae115bc7SmrjOBJS += smbios.o 33*caf590b5SRobert MustacchiLDLIBS += -lsmbios -lnvpair -lpcidb -L$(ROOT)/usr/lib/fm -ltopo 34*caf590b5SRobert MustacchiLDFLAGS += -R/usr/lib/fm 3584ab085aSmws 3684ab085aSmws.KEEP_STATE: 3784ab085aSmws 38ae115bc7Smrjall: $(PROG) 3984ab085aSmws 40ae115bc7Smrjinclude $(SRCDIR)/i386/Makefile.targ 41