95N/A#
95N/A# CDDL HEADER START
95N/A#
95N/A# The contents of this file are subject to the terms of the
95N/A# Common Development and Distribution License, Version 1.0 only
95N/A# (the "License"). You may not use this file except in compliance
95N/A# with the License.
95N/A#
95N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
95N/A# or http://www.opensolaris.org/os/licensing.
95N/A# See the License for the specific language governing permissions
95N/A# and limitations under the License.
95N/A#
95N/A# When distributing Covered Code, include this CDDL HEADER in each
95N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
95N/A# If applicable, add the following below this CDDL HEADER, with the
95N/A# fields enclosed by brackets "[]" replaced with your own identifying
95N/A# information: Portions Copyright [yyyy] [name of copyright owner]
95N/A#
95N/A# CDDL HEADER END
5680N/A#
95N/A#
5680N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5680N/A# Use is subject to license terms.
5680N/A#
95N/A# ident "%Z%%M% %I% %E% SMI"
95N/A#
95N/A
6401N/APROG = syseventconfd
844N/ASRCS = $(PROG:%=%.c)
6401N/A
1258N/Ainclude ../Makefile.com
95N/A
6401N/ALDLIBS += -lnvpair
2899N/A
5680N/A.KEEP_STATE:
95N/A
95N/Aall: $(PROG)
95N/A
95N/Ainstall: all \
$(ROOTLIBSYSEVENTDIR) \
$(ROOTLIBSYSEVENTSYSEVENTCONFD)
include ../Makefile.targ