4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License, Version 1.0 only
6 # (the "License"). You may not use this file except in compliance
9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10 # or http://www.opensolaris.org/os/licensing.
11 # See the License for the specific language governing permissions
12 # and limitations under the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16 # If applicable, add the following below this CDDL HEADER, with the
17 # fields enclosed by brackets "[]" replaced with your own identifying
18 # information: Portions Copyright [yyyy] [name of copyright owner]
23 #ident "%Z%%M% %I% %E% SMI"
25 # Copyright 2004 Sun Microsystems, Inc. All rights reserved.
26 # Use is subject to license terms.
28 # cmd/syseventd/Makefile
32 # The syseventd source is organized in a two-level hierarchy,
33 # with the top level for daemons and modules. Daemons (cmds)
34 # need to be built with the usr/src/cmd hierarchy of Makefiles
35 # for the proper set of cc flags etc., whereas loadable modules
36 # need usr/src/lib. Each bottom-level Makefile includes
37 # the relevant set of common Makefiles (for daemons or modules),
38 # and also inherit the upper level set of common Makefiles
39 # for all syseventd components.
42 # usr/src/cmd/syseventd
48 # ------------------------------------------
52 # Makefile Makefile Makefile
53 # Makefile.com Makefile.com
54 # Makefile.targ Makefile.targ
56 # ------------------ ------------------
58 # syseventd syseventconfd devfsadmd_mod sysevent_conf_mod
60 # Makefile Makefile Makefile Makefile
63 MANIFEST
= sysevent.xml
64 SVCMETHOD
= svc-syseventd
66 include ..
/Makefile.cmd
75 ROOTMANIFESTDIR
= $(ROOTSVCSYSTEM
)
78 install:= TARGET
= install
80 clobber:= TARGET
= clobber
83 $(ROOTMANIFEST
):= FILEMODE
= 444
87 all clean clobber _msg
: $(SUBDIRS
)
89 install: $(SUBDIRS
) $(ROOTMANIFEST
) $(ROOTSVCMETHOD
)
96 @cd
$@
; pwd
; $(MAKE
) $(TARGET
)