Makefile revision e1c679fa4b0ab8c4bcaa6263974ca0c46e5b027f
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# CDDL HEADER START
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#
3883a992e58e3629e15903ab299e20fce8483e2cJeff Conniff# The contents of this file are subject to the terms of the
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Common Development and Distribution License (the "License").
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# You may not use this file except in compliance with the License.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# or http://www.opensolaris.org/os/licensing.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# See the License for the specific language governing permissions
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# and limitations under the License.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# When distributing Covered Code, include this CDDL HEADER in each
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3883a992e58e3629e15903ab299e20fce8483e2cJeff Conniff# If applicable, add the following below this CDDL HEADER, with the
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# fields enclosed by brackets "[]" replaced with your own identifying
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# information: Portions Copyright [yyyy] [name of copyright owner]
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# CDDL HEADER END
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney# Use is subject to license terms.
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney#ident "%Z%%M% %I% %E% SMI"
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyMODULE = syslog-msgs
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyCLASS = common
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneySRCS = syslog.c
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeneyinclude ../../Makefile.plugin
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyLDFLAGS += -L $(ROOT)/usr/lib/fm -R/usr/lib/fm
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyLINTFLAGS += -L$(ROOT)/usr/lib/fm
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt SweeneyLDLIBS += -lfmd_msg
1f08a8488664773a7d96fa3a043a639692d2a5cbMatt Sweeney