Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
5cd4555ad444fd391002ae32450572054369fd42Rob Austein# CDDL HEADER START
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# The contents of this file are subject to the terms of the
1124950b35ae05a12e804e670607fe5ba775cb4aTinderbox User# Common Development and Distribution License, Version 1.0 only
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# (the "License"). You may not use this file except in compliance
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# with the License.
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# or http://www.opensolaris.org/os/licensing.
f202f2587b9ba4753afba49b796f599cc12b4d0fAndreas Gustafsson# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
f5d30e2864e048a42c4dc1134993ae7efdb5d6c3Mark Andrews# CDDL HEADER END
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein#ident "%Z%%M% %I% %E% SMI"
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Use is subject to license terms.
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# The syseventd source is organized in a two-level hierarchy,
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# with the top level for daemons and modules. Daemons (cmds)
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# need to be built with the usr/src/cmd hierarchy of Makefiles
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# for the proper set of cc flags etc., whereas loadable modules
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# need usr/src/lib. Each bottom-level Makefile includes
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# the relevant set of common Makefiles (for daemons or modules),
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# and also inherit the upper level set of common Makefiles
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# for all syseventd components.
5c6b95ba1b2e35f8dd6b0a7f25aacba91fff3aa2Tinderbox User# ------------------------------------------
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# daemons modules etc
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Makefile Makefile Makefile
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# ------------------ ------------------
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# syseventd syseventconfd devfsadmd_mod sysevent_conf_mod
268a4475065fe6a8cd7cc707820982cf5e98f430Rob Austein# Makefile Makefile Makefile Makefile