1e4f5a11dSJames Kremer#
2e4f5a11dSJames Kremer# CDDL HEADER START
3e4f5a11dSJames Kremer#
4e4f5a11dSJames Kremer# The contents of this file are subject to the terms of the
5e4f5a11dSJames Kremer# Common Development and Distribution License (the "License").
6e4f5a11dSJames Kremer# You may not use this file except in compliance with the License.
7e4f5a11dSJames Kremer#
8e4f5a11dSJames Kremer# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9e4f5a11dSJames Kremer# or http://www.opensolaris.org/os/licensing.
10e4f5a11dSJames Kremer# See the License for the specific language governing permissions
11e4f5a11dSJames Kremer# and limitations under the License.
12e4f5a11dSJames Kremer#
13e4f5a11dSJames Kremer# When distributing Covered Code, include this CDDL HEADER in each
14e4f5a11dSJames Kremer# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15e4f5a11dSJames Kremer# If applicable, add the following below this CDDL HEADER, with the
16e4f5a11dSJames Kremer# fields enclosed by brackets "[]" replaced with your own identifying
17e4f5a11dSJames Kremer# information: Portions Copyright [yyyy] [name of copyright owner]
18e4f5a11dSJames Kremer#
19e4f5a11dSJames Kremer# CDDL HEADER END
20e4f5a11dSJames Kremer#
21e4f5a11dSJames Kremer#
22e4f5a11dSJames Kremer#Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
23e4f5a11dSJames Kremer#
24*5661bb76SJohn Levon# Copyright (c) 2018, Joyent, Inc.
25e4f5a11dSJames Kremer
26e4f5a11dSJames KremerMODULE = ses-log-transport
27e4f5a11dSJames KremerCLASS = common
28e4f5a11dSJames KremerSRCS = ses_log_transport.c
29e4f5a11dSJames Kremer
30e4f5a11dSJames Kremerinclude ../../Makefile.plugin
31e4f5a11dSJames Kremer
32e4f5a11dSJames KremerCFLAGS += $(INCS)
33e4f5a11dSJames KremerLINTFLAGS += $(INCS)
34e4f5a11dSJames KremerLDLIBS += -L$(ROOTLIB)/fm -ltopo -lseslog
35e4f5a11dSJames KremerLDFLAGS += -R/usr/lib/fm
36*5661bb76SJohn Levon
37*5661bb76SJohn Levon# not linted
38*5661bb76SJohn LevonSMATCH=off
39