14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  23 #
  24 
  25 MODULE = syslog-msgs
  26 CLASS = common
  27 SRCS = syslog.c
  28 
  29 include ../../Makefile.plugin
  30 
  31 LDFLAGS += -L $(ROOT)/usr/lib/fm  -R/usr/lib/fm
  32 LINTFLAGS += -L$(ROOT)/usr/lib/fm
  33 LDLIBS += -lfmd_msg -lscf
  | 
 
 
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 #
  22 # Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
  23 #
  24 
  25 MODULE = syslog-msgs
  26 CLASS = common
  27 SRCS = syslog.c
  28 
  29 include ../../Makefile.plugin
  30 
  31 LDFLAGS += -L $(ROOT)/usr/lib/fm  -R/usr/lib/fm
  32 LINTFLAGS += -L$(ROOT)/usr/lib/fm
  33 LDLIBS += -lfmd_msg -lscf
  34 
  35 $(NOT_RELEASE_BUILD)CPPFLAGS += -DDEBUG
  |