52N/A#
52N/A# CDDL HEADER START
292N/A#
52N/A# The contents of this file are subject to the terms of the
52N/A# Common Development and Distribution License (the "License").
506N/A# You may not use this file except in compliance with the License.
52N/A#
52N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52N/A# or http://www.opensolaris.org/os/licensing.
52N/A# See the License for the specific language governing permissions
292N/A# and limitations under the License.
292N/A#
292N/A# When distributing Covered Code, include this CDDL HEADER in each
292N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52N/A# If applicable, add the following below this CDDL HEADER, with the
52N/A# fields enclosed by brackets "[]" replaced with your own identifying
52N/A# information: Portions Copyright [yyyy] [name of copyright owner]
292N/A#
292N/A# CDDL HEADER END
292N/A#
292N/A#
292N/A# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
292N/A# Use is subject to license terms.
292N/A#
292N/A# Copyright 2015 Joyent, Inc.
292N/A#
292N/A
292N/ASRCDIR = ..
52N/A
52N/Ainclude $(SRCDIR)/Makefile.com
52N/A
52N/AOBJS += smbios.o
52N/ALDLIBS += -lsmbios -lnvpair -lpcidb -L$(ROOT)/usr/lib/fm -ltopo
52N/ALDFLAGS += -R/usr/lib/fm
52N/A
52N/A.KEEP_STATE:
52N/A
52N/Aall: $(PROG)
52N/A
52N/Ainclude $(SRCDIR)/i386/Makefile.targ
292N/A